Skip to content

Commit 3443f15

Browse files
committed
fix rustfmt config type
1 parent 3b4e783 commit 3443f15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/check_diff/src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ struct CliInputs {
88
/// The path to the file to read
99
feature_branch: String,
1010
optional_commit_hash: Option<String>,
11-
optional_rustfmt_config: Option<String>,
11+
optional_rustfmt_config: Option<Vector<String>>,
1212
}
1313

1414
fn main() {

0 commit comments

Comments
 (0)