Skip to content

Commit eb47a61

Browse files
style: pre-commit.ci fixes
1 parent 9b0dbfd commit eb47a61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/AppTest.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ TEST_CASE_METHOD(TApp, "StrangeFlagNames", "[app]") {
131131
app.add_flag("-=");
132132
app.add_flag("--t\tt");
133133
app.add_flag("-{");
134-
CHECK_THROWS_AS(app.add_flag("--t t"), CLI::ConstructionError);
134+
CHECK_THROWS_AS(app.add_flag("--t t"), CLI::ConstructionError);
135135
args = {"-=", "--t\tt"};
136136
run();
137137
CHECK(app.count("-=") == 1u);

0 commit comments

Comments
 (0)