remove trailing whitespace

This commit is contained in:
Chad Scharf 2020-07-31 19:54:38 -04:00
parent b2fbc475c7
commit c05dbe9743
1 changed files with 1 additions and 1 deletions

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) { }