From 51c5fd3966228dd14341149647ae3681c657bbb1 Mon Sep 17 00:00:00 2001 From: Ben McFerren Date: Mon, 12 Jan 2026 09:20:07 -0500 Subject: [PATCH] PM-29919 resolved lint issues --- .../send-form/components/send-details/send-details.component.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/tools/send/send-ui/src/send-form/components/send-details/send-details.component.ts b/libs/tools/send/send-ui/src/send-form/components/send-details/send-details.component.ts index 15f6c88d12b..c57e0fd8973 100644 --- a/libs/tools/send/send-ui/src/send-form/components/send-details/send-details.component.ts +++ b/libs/tools/send/send-ui/src/send-form/components/send-details/send-details.component.ts @@ -11,7 +11,7 @@ import { ValidatorFn, ValidationErrors, } from "@angular/forms"; -import { firstValueFrom , BehaviorSubject, combineLatest, map, switchMap, tap } from "rxjs"; +import { firstValueFrom, BehaviorSubject, combineLatest, map, switchMap, tap } from "rxjs"; import { JslibModule } from "@bitwarden/angular/jslib.module"; import { AccountService } from "@bitwarden/common/auth/abstractions/account.service";