1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-15 15:53:27 +00:00

Add newline before export class

This commit is contained in:
Daniel James Smith
2022-01-04 16:48:57 +01:00
parent a3fd33c5ae
commit 4b2266a7ce

View File

@@ -25,6 +25,7 @@ import {
CreditCardAutoFillConstants,
IdentityAutoFillConstants,
} from "./autofillConstants";
export default class AutofillService implements AutofillServiceInterface {
constructor(
private cipherService: CipherService,