summaryrefslogtreecommitdiffstats
path: root/src/Register.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/Register.cc')
-rw-r--r--src/Register.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Register.cc b/src/Register.cc
index 7453c943..84ba82e7 100644
--- a/src/Register.cc
+++ b/src/Register.cc
@@ -27,7 +27,7 @@ RegisterRequest::RegisterRequest(const QString &username, const QString &passwor
QByteArray
RegisterRequest::serialize() noexcept
{
- QJsonObject body{ { "username", user_ }, { "password", password_ } };
+ QJsonObject body{{"username", user_}, {"password", password_}};
return QJsonDocument(body).toJson(QJsonDocument::Compact);
}