diff --git a/src/common/config.cpp b/src/common/config.cpp index f8bb7492c..462dd05c7 100644 --- a/src/common/config.cpp +++ b/src/common/config.cpp @@ -711,7 +711,6 @@ void load(const std::filesystem::path& path) { fmt::print("Outdated config detected, updating config file.\n"); save(path); } - } void sortTomlSections(toml::ordered_value& data) {