Skip to content

Commit

Permalink
style: pre-commit.ci fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
pre-commit-ci[bot] authored and henryiii committed Jan 12, 2024
1 parent ee2bb6d commit ee53a1d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tests/OptionalTest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,7 @@
#endif
// [CLI11:verbatim]

TEST_CASE("OptionalNoEmpty") {
CHECK(1 == 1);
}
TEST_CASE("OptionalNoEmpty") { CHECK(1 == 1); }

#if CLI11_STD_OPTIONAL

Expand Down

0 comments on commit ee53a1d

Please sign in to comment.