Skip to content

Commit ef2bf9a

Browse files
[autofix.ci] apply automated fixes
1 parent 7a8edfd commit ef2bf9a

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

apps/oxlint/src/lint.rs

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -312,10 +312,9 @@ impl LintRunner {
312312
.filter(|path| !ignore_matcher.should_ignore(Path::new(path)))
313313
.collect::<Vec<Arc<OsStr>>>();
314314

315-
let linter =
316-
Linter::new(LintOptions::default(), config_store.clone(), external_linter)
317-
.with_fix(fix_options.fix_kind())
318-
.with_report_unused_directives(report_unused_directives);
315+
let linter = Linter::new(LintOptions::default(), config_store.clone(), external_linter)
316+
.with_fix(fix_options.fix_kind())
317+
.with_report_unused_directives(report_unused_directives);
319318

320319
let number_of_files = files_to_lint.len();
321320

0 commit comments

Comments
 (0)