1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-10-05 05:17:40 +02:00

[style] Ran prettier

This commit is contained in:
addison 2022-01-31 14:48:52 -05:00
parent 4f9a741278
commit c4844b9943

View File

@ -171,7 +171,7 @@ export default class MainBackground {
this.stateMigrationService = new StateMigrationService(
this.storageService,
this.secureStorageService,
new GlobalStateFactory(GlobalState),
new GlobalStateFactory(GlobalState)
);
this.stateService = new StateService(
this.storageService,