Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Piotr Findeisen <[email protected]>
  • Loading branch information
alamb and findepi authored Oct 25, 2024
1 parent fd15523 commit ef159e3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions datafusion/sqllogictest/bin/sqllogictests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -332,13 +332,13 @@ struct Options {

#[clap(
long,
help = "Quits immediately, not listing anything (for compatibility with built in rust test runner)"
help = "Quits immediately, not listing anything (for compatibility with built-in rust test runner)"
)]
list: bool,

#[clap(
long,
help = "IGNORED (for compatibility with built in rust test runner)"
help = "IGNORED (for compatibility with built-in rust test runner)"
)]
ignored: bool,
}
Expand Down

0 comments on commit ef159e3

Please sign in to comment.