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] committed Oct 4, 2024
1 parent 8a60175 commit 236209a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/HelpTest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -802,9 +802,9 @@ TEST_CASE("THelp: longPositional", "[help]") {
int i{0};

app.add_option("int_very_long_option_name_that_just_keeps_going_on_and_on_and_on_and_on_and_on_possibly_"
"to_infitinty",
i,
long_string);
"to_infitinty",
i,
long_string);

std::string help = app.help();
auto width = app.get_formatter()->get_right_column_width();
Expand Down

0 comments on commit 236209a

Please sign in to comment.