1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-18 02:19:18 +00:00

removed whitespace

This commit is contained in:
Leslie Xiong
2025-12-18 16:00:29 -05:00
parent 75c7e9c097
commit 50d021c1b8

View File

@@ -33,7 +33,6 @@ export class DesktopRoutedVaultFilterBridgeService extends RoutedVaultFilterBrid
const vaultCommands = [DesktopRoutedVaultFilterBridgeService.VAULT_ROUTE];
// FIXME: Verify that this floating promise is intentional. If it is, add an explanatory comment and ensure there is proper error handling.
void this.desktopRouter.navigate(vaultCommands, extras);
}
}