From d18e2c080c8e445b2d094da49e956f35f878b2c3 Mon Sep 17 00:00:00 2001 From: Deukhoofd Date: Sat, 8 Aug 2020 12:22:28 +0200 Subject: [PATCH] Style fix.. --- tests/StringViewTests.cpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/tests/StringViewTests.cpp b/tests/StringViewTests.cpp index 7026004..8eb2ef8 100644 --- a/tests/StringViewTests.cpp +++ b/tests/StringViewTests.cpp @@ -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 \ No newline at end of file