1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-16 08:13:42 +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, CreditCardAutoFillConstants,
IdentityAutoFillConstants, IdentityAutoFillConstants,
} from "./autofillConstants"; } from "./autofillConstants";
export default class AutofillService implements AutofillServiceInterface { export default class AutofillService implements AutofillServiceInterface {
constructor( constructor(
private cipherService: CipherService, private cipherService: CipherService,