Add missing new line in CommandController.cpp

This commit is contained in:
Mm2PL 2023-02-07 21:52:00 +01:00
parent ffa6729ede
commit 123dc87681
No known key found for this signature in database
GPG key ID: 94AC9B80EFA15ED9

View file

@ -3219,6 +3219,7 @@ QString CommandController::execCommand(const QString &textNoEmoji,
return text;
}
#ifdef CHATTERINO_HAVE_PLUGINS
bool CommandController::registerPluginCommand(const QString &commandName)
{