Add missing trailing newline to user_context_menu.cpp

This commit is contained in:
Lukas Brübach 2026-08-30 21:11:08 +02:00
parent 914f0a2aee
commit 60c6f074de

View file

@ -727,4 +727,4 @@ void UserContextMenu::execAdjustDeveloper(const QString &userName, bool shouldBe
PendingCommand *pend = client->prepareAdminCommand(cmd);
connect(pend, &PendingCommand::finished, this, &UserContextMenu::adjustMod_processUserResponse);
client->sendCommand(pend);
}
}