Skip to content

Commit

Permalink
Add empty line at end
Browse files Browse the repository at this point in the history
  • Loading branch information
qubka committed Jul 2, 2024
1 parent 2e797b2 commit 6d688a6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/module.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1645,4 +1645,4 @@ const std::array<void*, 34> GoLanguageModule::_pluginApi = {

plugify::ILanguageModule* GetLanguageModule() {
return &golm::g_golm;
}
}
2 changes: 1 addition & 1 deletion src/module.h
Original file line number Diff line number Diff line change
Expand Up @@ -99,4 +99,4 @@ namespace golm {
extern GoLanguageModule g_golm;
}

extern "C" GOLM_EXPORT plugify::ILanguageModule* GetLanguageModule();
extern "C" GOLM_EXPORT plugify::ILanguageModule* GetLanguageModule();
2 changes: 1 addition & 1 deletion src/pch.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@
#include <filesystem>
namespace fs = std::filesystem;

#include <plugify/compat_format.h>
#include <plugify/compat_format.h>

0 comments on commit 6d688a6

Please sign in to comment.