mirror of
https://github.com/bitwarden/browser
synced 2025-12-16 16:23:44 +00:00
Apply Prettier (#2238)
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import MainBackground from './background/main.background';
|
||||
import MainBackground from "./background/main.background";
|
||||
|
||||
const bitwardenMain = (window as any).bitwardenMain = new MainBackground();
|
||||
const bitwardenMain = ((window as any).bitwardenMain = new MainBackground());
|
||||
bitwardenMain.bootstrap().then(() => {
|
||||
// Finished bootstrapping
|
||||
// Finished bootstrapping
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user