Fix clang-format failed check.

This commit is contained in:
Anthony Stewart 2025-04-12 16:42:07 -05:00
commit 941231936d
2 changed files with 3 additions and 3 deletions

View file

@ -1675,8 +1675,8 @@ void EntranceShuffler::ApplyEntranceOverrides() {
for (size_t i = 0; i < entranceOverrides.size(); i++) {
EntranceOverride entranceOverride = entranceOverrides[i];
if (entranceOverride.index == 0 && entranceOverride.destination == 0 &&
entranceOverride.override == 0 && entranceOverride.overrideDestination == 0) {
if (entranceOverride.index == 0 && entranceOverride.destination == 0 && entranceOverride.override == 0 &&
entranceOverride.overrideDestination == 0) {
continue;
}

View file

@ -52,7 +52,7 @@ class Settings {
/**
* @brief Get the RandomizerTrick corresponding to the provided name.
*
*
* @param name
* @return int RandomizerTrick index or -1 if not found
*/