make lint

This commit is contained in:
kirillpt 2020-11-23 09:44:30 +03:00
parent 8a2cfddf7e
commit 4032f6e113
1 changed files with 2 additions and 2 deletions

View File

@ -215,7 +215,7 @@ LoginPage::onMatrixIdEntered()
if (!isMatrixIdValid()) {
matrixIdError("You have entered an invalid Matrix ID e.g @joe:matrix.org");
return ;
return;
} else {
error_matrixid_label_->setText("");
}
@ -374,7 +374,7 @@ LoginPage::onLoginButtonClicked()
if (!isMatrixIdValid()) {
matrixIdError("You have entered an invalid Matrix ID e.g @joe:matrix.org");
return ;
return;
} else {
error_matrixid_label_->setText("");
}