Skip to content

Commit 79c16fa

Browse files
committed
Please consider the following formatting changes
1 parent e6ffc34 commit 79c16fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Framework/Core/test/unittest_DataSpecUtils.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ TEST_CASE("WithWildCardsBuffer")
128128

129129
char buffer2[1024];
130130
size = DataSpecUtils::describe(buffer2, 5, spec);
131-
CHECK( std::string_view(buffer2, size) == "<matc");
131+
CHECK(std::string_view(buffer2, size) == "<matc");
132132
}
133133

134134
TEST_CASE("MatchingInputs")

0 commit comments

Comments
 (0)