Trim trailing whitespace

This commit is contained in:
Baptiste Grob
2020-03-10 12:15:44 +01:00
parent 2c83da83bb
commit 8bcc4d6222
2 changed files with 87 additions and 87 deletions

View File

@@ -202,7 +202,7 @@ class AccountMenuCtrl extends PureCtrl {
text: STRING_NON_MATCHING_PASSWORDS
});
return;
}
}
await this.setFormDataState({
confirmPassword: false,
status: STRING_GENERATING_REGISTER_KEYS,
@@ -334,7 +334,7 @@ class AccountMenuCtrl extends PureCtrl {
}
/**
* @template
* @template
*/
async importFileSelected(files) {
const run = async () => {