Skip to content

Commit 48681a4

Browse files
committed
fix minor formatting
1 parent 786e195 commit 48681a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

check_diff/src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ struct CliInputs {
1111
commit_hash: Option<String>,
1212
/// Optional comma separated list of rustfmt config options to
1313
/// pass when running the feature branch
14-
#[arg(value_delimiter = ',', short, long,num_args = 1..)]
14+
#[arg(value_delimiter = ',', short, long, num_args = 1..)]
1515
rustfmt_config: Option<Vec<String>>,
1616
}
1717

0 commit comments

Comments
 (0)