diff --git a/src/common/config.cpp b/src/common/config.cpp index b62a14b2b..fe99486b5 100644 --- a/src/common/config.cpp +++ b/src/common/config.cpp @@ -154,8 +154,7 @@ bool Configuration::configVersionDifference(const std::filesystem::path& path) { if (oldConfigData[defaultFirst].type() != defaultSecond.type()) { return true; } - } else - { + } else { // If the key does not exist in the old config but exists in the new, mark difference return true; }