1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-02-02 11:45:13 +01:00

Remove stray semicolons after declarations

This commit is contained in:
matheusvb3
2026-01-15 11:10:11 -03:00
parent 292bf40b23
commit f6cbfb91f8
20 changed files with 28 additions and 28 deletions

View File

@@ -15,4 +15,4 @@ namespace TestData
{
std::string GetBasePath();
std::string GetParkPath(std::string name);
}; // namespace TestData
} // namespace TestData