diff --git a/soh/soh/Enhancements/randomizer/randomizer_check_objects.cpp b/soh/soh/Enhancements/randomizer/randomizer_check_objects.cpp index 9c898ee57..67327985b 100644 --- a/soh/soh/Enhancements/randomizer/randomizer_check_objects.cpp +++ b/soh/soh/Enhancements/randomizer/randomizer_check_objects.cpp @@ -969,4 +969,4 @@ void RandomizerCheckObjects::UpdateImGuiVisibility() { ); } } -} \ No newline at end of file +} diff --git a/soh/soh/Enhancements/randomizer/randomizer_check_objects.h b/soh/soh/Enhancements/randomizer/randomizer_check_objects.h index a871d778c..b58190c32 100644 --- a/soh/soh/Enhancements/randomizer/randomizer_check_objects.h +++ b/soh/soh/Enhancements/randomizer/randomizer_check_objects.h @@ -80,4 +80,4 @@ namespace RandomizerCheckObjects { std::string GetRCAreaName(RandomizerCheckArea area); std::map> GetAllRCObjects(); void UpdateImGuiVisibility(); -} \ No newline at end of file +}