Skip to content

Commit

Permalink
fix minor formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
benluiwj committed Jun 1, 2024
1 parent 786e195 commit 48681a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion check_diff/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ struct CliInputs {
commit_hash: Option<String>,
/// Optional comma separated list of rustfmt config options to
/// pass when running the feature branch
#[arg(value_delimiter = ',', short, long,num_args = 1..)]
#[arg(value_delimiter = ',', short, long, num_args = 1..)]
rustfmt_config: Option<Vec<String>>,
}

Expand Down

0 comments on commit 48681a4

Please sign in to comment.