From bf5337afccd5ca58f8d597dcdd054cb6d078f3b0 Mon Sep 17 00:00:00 2001 From: Bernd Schoolmann Date: Thu, 19 Feb 2026 15:42:26 +0100 Subject: [PATCH] Prettier --- .../user-crypto-management/src/user-key-rotation.service.spec.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/libs/user-crypto-management/src/user-key-rotation.service.spec.ts b/libs/user-crypto-management/src/user-key-rotation.service.spec.ts index 5a02dbe8627..25b99fc979a 100644 --- a/libs/user-crypto-management/src/user-key-rotation.service.spec.ts +++ b/libs/user-crypto-management/src/user-key-rotation.service.spec.ts @@ -53,7 +53,6 @@ jest.mock("@bitwarden/key-management-ui", () => ({ }, })); - describe("DefaultUserKeyRotationService", () => { let service: DefaultUserKeyRotationService;