Style fix..
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Deukhoofd 2020-08-08 12:22:28 +02:00
parent 74ebb40afc
commit d18e2c080c
Signed by: Deukhoofd
GPG Key ID: F63E044490819F6F
1 changed files with 1 additions and 3 deletions

View File

@ -76,8 +76,6 @@ TEST_CASE("Out of scope char* doesn't lose reference", "[Utilities]") {
REQUIRE(strcmp(val.c_str(), "foobar") == 0);
}
TEST_CASE("Get Empty String", "[Utilities]") {
REQUIRE(ArbUt::StringView::EmptyString() == ""_cnc);
}
TEST_CASE("Get Empty String", "[Utilities]") { REQUIRE(ArbUt::StringView::EmptyString() == ""_cnc); }
#endif