1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-09-06 00:48:08 +02:00

remove trailing whitespace

This commit is contained in:
Chad Scharf 2020-07-31 19:54:38 -04:00
parent b2fbc475c7
commit c05dbe9743

View File

@ -7,7 +7,7 @@ import { ElectronConstants } from './electronConstants';
export default class BiometricWindowsMain implements BiometricMain {
isError: boolean = false;
private windowsSecurityCredentialsUiModule: any;
constructor(private storageService: StorageService, private i18nservice: I18nService) { }