Skip to content

Commit 24572a2

Browse files
[autofix.ci] apply automated fixes
1 parent 2500130 commit 24572a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tasks/benchmark/benches/linter.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ fn bench_linter(criterion: &mut Criterion) {
3131
let linter = Linter::new(
3232
LintOptions::default(),
3333
ConfigStore::new(lint_config, FxHashMap::default()),
34-
None
34+
None,
3535
)
3636
.with_fix(FixKind::All);
3737
group.bench_function(id, |b| {

0 commit comments

Comments
 (0)