Fix another linting issue

This commit is contained in:
kiwidoggie 2024-09-04 19:11:15 -04:00
parent 1ee3b24c21
commit 8a526647d3

View file

@ -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;
}