Skip to content

Commit

Permalink
style: add whitespace to example_plugin.h
Browse files Browse the repository at this point in the history
  • Loading branch information
wu-vincent committed Mar 13, 2024
1 parent 60810c7 commit a6acb3c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/example_plugin.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
class ExamplePlugin : public endstone::Plugin {
public:
ExamplePlugin() = default;

void onLoad() override
{
getLogger().info("onLoad is called");
Expand Down

0 comments on commit a6acb3c

Please sign in to comment.