mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-22 11:00:48 +03:00
make lint
This commit is contained in:
parent
8a2cfddf7e
commit
4032f6e113
1 changed files with 2 additions and 2 deletions
|
@ -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("");
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue