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
No known key found for this signature in database
GPG Key ID: 03E4BD365FF06726
1 changed files with 1 additions and 0 deletions

View File

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