This commit is contained in:
Stephen Miller 2025-07-02 17:01:26 -05:00
parent 5b831e0bf2
commit 583df9a35d

View file

@ -711,7 +711,6 @@ void load(const std::filesystem::path& path) {
fmt::print("Outdated config detected, updating config file.\n"); fmt::print("Outdated config detected, updating config file.\n");
save(path); save(path);
} }
} }
void sortTomlSections(toml::ordered_value& data) { void sortTomlSections(toml::ordered_value& data) {