diff --git a/src/config.cpp b/src/config.cpp index 197abdc0..2f9b7e00 100644 --- a/src/config.cpp +++ b/src/config.cpp @@ -137,4 +137,4 @@ void EmulatorConfig::save() { std::ofstream file(path, std::ios::out); file << data; file.close(); -} \ No newline at end of file +}