formatting cleanup

This commit is contained in:
briaguya 2022-08-19 13:18:48 -04:00
parent 1c52b58917
commit 708c9a00f4
2 changed files with 2 additions and 2 deletions

View File

@ -969,4 +969,4 @@ void RandomizerCheckObjects::UpdateImGuiVisibility() {
); );
} }
} }
} }

View File

@ -80,4 +80,4 @@ namespace RandomizerCheckObjects {
std::string GetRCAreaName(RandomizerCheckArea area); std::string GetRCAreaName(RandomizerCheckArea area);
std::map<RandomizerCheckArea, std::vector<RandomizerCheckObject>> GetAllRCObjects(); std::map<RandomizerCheckArea, std::vector<RandomizerCheckObject>> GetAllRCObjects();
void UpdateImGuiVisibility(); void UpdateImGuiVisibility();
} }