From 583df9a35dec3b9cdc39772a37226bd67c60710c Mon Sep 17 00:00:00 2001 From: Stephen Miller Date: Wed, 2 Jul 2025 17:01:26 -0500 Subject: [PATCH] Clang --- src/common/config.cpp | 1 - 1 file changed, 1 deletion(-) 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) {