From 77002f17c8b945bcb4c1c6163c3216c3a8a9fb83 Mon Sep 17 00:00:00 2001 From: Nicolas Werner Date: Tue, 8 Dec 2020 20:52:57 +0100 Subject: lint --- src/RegisterPage.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/RegisterPage.cpp') diff --git a/src/RegisterPage.cpp b/src/RegisterPage.cpp index 26a66ab7..44ad7a3d 100644 --- a/src/RegisterPage.cpp +++ b/src/RegisterPage.cpp @@ -405,7 +405,9 @@ void RegisterPage::onRegisterButtonClicked() { if (!checkFields()) { - showError(error_label_, tr("One or more fields have invalid inputs. Please correct those issues and try again.")); + showError(error_label_, + tr("One or more fields have invalid inputs. Please correct those issues " + "and try again.")); return; } else { auto username = username_input_->text().toStdString(); -- cgit 1.5.1