Skip to content

Commit

Permalink
format: formatting code
Browse files Browse the repository at this point in the history
  • Loading branch information
OEOTYAN committed Mar 29, 2024
1 parent d34cd47 commit 1f36a72
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/plugin/MyPlugin.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,7 @@ namespace my_plugin {

static std::unique_ptr<MyPlugin> instance;

MyPlugin& MyPlugin::getInstance() {
return *instance;
}
MyPlugin& MyPlugin::getInstance() { return *instance; }

bool MyPlugin::load() {
getSelf().getLogger().info("Loading...");
Expand Down

0 comments on commit 1f36a72

Please sign in to comment.