From fc6bc67aa3a5ccdb4c288c217c20aa408efa603d Mon Sep 17 00:00:00 2001 From: aMannus Date: Mon, 30 Jun 2025 11:07:45 +0200 Subject: [PATCH] missing newline --- soh/soh/SohGui/SohMenuBar.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/soh/soh/SohGui/SohMenuBar.h b/soh/soh/SohGui/SohMenuBar.h index b8c9a9bb5..e945af470 100644 --- a/soh/soh/SohGui/SohMenuBar.h +++ b/soh/soh/SohGui/SohMenuBar.h @@ -14,4 +14,4 @@ class SohMenuBar : public Ship::GuiMenuBar { void InitElement() override; void UpdateElement() override {}; }; -} // namespace SohGui \ No newline at end of file +} // namespace SohGui