Skip to content

Commit 1d3c964

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent e239b50 commit 1d3c964

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/SubcommandTest.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -812,9 +812,9 @@ TEST_CASE_METHOD(TApp, "RequiredPosInSubcommand", "[subcom]") {
812812
}
813813

814814
TEST_CASE_METHOD(TApp, "invalidSubcommandName", "[subcom]") {
815-
815+
816816
CLI::App *fooApp = app.add_subcommand("foo/foo", "Foo a bar");
817-
817+
818818
}
819819

820820
struct SubcommandProgram : public TApp {

0 commit comments

Comments
 (0)