summaryrefslogtreecommitdiffstats
path: root/src/Register.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/Register.cc')
-rw-r--r--src/Register.cc3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/Register.cc b/src/Register.cc
index 2e2c227c..db3ce4f9 100644
--- a/src/Register.cc
+++ b/src/Register.cc
@@ -25,8 +25,7 @@
RegisterRequest::RegisterRequest(const QString &username, const QString &password)
: user_(username)
, password_(password)
-{
-}
+{}
QByteArray
RegisterRequest::serialize() noexcept