mirror of
https://github.com/CLIUtils/CLI11.git
synced 2025-05-02 05:33:53 +00:00
Fix spacing
This commit is contained in:
parent
51c32efb7c
commit
512b3604e2
@ -48,7 +48,6 @@ TEST_F(TApp, BasicSubcommands) {
|
|||||||
} catch(const CLI::ExtrasError &e) {
|
} catch(const CLI::ExtrasError &e) {
|
||||||
EXPECT_THAT(e.what(), HasSubstr("extra"));
|
EXPECT_THAT(e.what(), HasSubstr("extra"));
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
TEST_F(TApp, MultiSubFallthrough) {
|
TEST_F(TApp, MultiSubFallthrough) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user