Add newline before export class
This commit is contained in:
parent
a3fd33c5ae
commit
4b2266a7ce
|
@ -25,6 +25,7 @@ import {
|
|||
CreditCardAutoFillConstants,
|
||||
IdentityAutoFillConstants,
|
||||
} from "./autofillConstants";
|
||||
|
||||
export default class AutofillService implements AutofillServiceInterface {
|
||||
constructor(
|
||||
private cipherService: CipherService,
|
||||
|
|
Loading…
Reference in New Issue