Reformat src/controllers/plugins/Plugin.cpp

This commit is contained in:
Mm2PL 2023-02-13 12:24:47 +01:00
parent 4387e7bd69
commit 6cf2996af2

View file

@ -4,6 +4,7 @@
# include "lua.h"
namespace chatterino {
bool Plugin::registerCommand(const QString &name, const QString &functionName)
{
if (this->ownedCommands.find(name) != this->ownedCommands.end())