mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-04-21 20:14:45 +00:00
Fix another linting issue
This commit is contained in:
parent
1ee3b24c21
commit
8a526647d3
1 changed files with 1 additions and 2 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue