mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-08-03 16:02:26 +00:00
Fix another linting issue
This commit is contained in:
parent
1ee3b24c21
commit
8a526647d3
@ -154,8 +154,7 @@ bool Configuration::configVersionDifference(const std::filesystem::path& path) {
|
|||||||
if (oldConfigData[defaultFirst].type() != defaultSecond.type()) {
|
if (oldConfigData[defaultFirst].type() != defaultSecond.type()) {
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
} else
|
} else {
|
||||||
{
|
|
||||||
// If the key does not exist in the old config but exists in the new, mark difference
|
// If the key does not exist in the old config but exists in the new, mark difference
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user