From e6412af4ad5e920751335791086d64b971eaa3ea Mon Sep 17 00:00:00 2001 From: kalaposfos13 <153381648+kalaposfos13@users.noreply.github.com> Date: Sat, 18 Jan 2025 11:13:40 +0100 Subject: [PATCH] clang --- src/emulator.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/emulator.h b/src/emulator.h index 52dc4f3b3..08c2807a1 100644 --- a/src/emulator.h +++ b/src/emulator.h @@ -25,8 +25,7 @@ public: Emulator(); ~Emulator(); - void Run(const std::filesystem::path& file, - const std::vector args = {}); + void Run(const std::filesystem::path& file, const std::vector args = {}); void UpdatePlayTime(const std::string& serial); private: