From c384743bd049dce46008f838d4cecd8336c0d9ef Mon Sep 17 00:00:00 2001 From: Bernd Schoolmann Date: Fri, 5 Dec 2025 06:06:10 +0100 Subject: [PATCH] Apply prettier --- apps/desktop/src/autofill/services/ssh-agent.service.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/desktop/src/autofill/services/ssh-agent.service.ts b/apps/desktop/src/autofill/services/ssh-agent.service.ts index 1077e3f66df..a61903a5c82 100644 --- a/apps/desktop/src/autofill/services/ssh-agent.service.ts +++ b/apps/desktop/src/autofill/services/ssh-agent.service.ts @@ -130,7 +130,7 @@ export class SshAgentService implements OnDestroy { // The active account may have switched with account switching during unlock const updatedAccount = await firstValueFrom(this.accountService.activeAccount$); return [message, updatedAccount.id] as const; - }) + }), ); }