1
0
mirror of https://github.com/bitwarden/browser.git synced 2025-01-07 19:07:45 +01:00

Run prettier.

This commit is contained in:
Alec Rippberger 2024-10-15 22:06:54 -05:00
parent b839c82d9e
commit a3a2e9e321
No known key found for this signature in database
GPG Key ID: 9DD8DA583B28154A

View File

@ -12,10 +12,6 @@ import { PlatformUtilsService } from "@bitwarden/common/platform/abstractions/pl
import { Utils } from "@bitwarden/common/platform/misc/utils";
import { PasswordGenerationServiceAbstraction } from "@bitwarden/generator-legacy";
import { DefaultLoginComponentService } from "./default-login-component.service";
jest.mock("@bitwarden/common/platform/abstractions/crypto-function.service");