Skip to content

Commit

Permalink
Cleanup: whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
kduske committed Jan 5, 2023
1 parent 59875df commit 3aa0312
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions common/test/src/IO/GameConfigParserTest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -883,6 +883,7 @@ TEST_CASE("GameConfigParserTest.parseDuplicateTags", "[GameConfigParserTest]")
GameConfigParser parser(config);
REQUIRE_THROWS_AS(parser.parse(), ParserException);
}

TEST_CASE("GameConfigParserTest.parseSetDefaultProperties", "[GameConfigParserTest]")
{
const std::string config(R"(
Expand Down

0 comments on commit 3aa0312

Please sign in to comment.