Skip to content

Commit 8217bd0

Browse files
[autofix.ci] apply automated fixes
1 parent e3be19c commit 8217bd0

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

apps/oxlint/src/lint.rs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1419,8 +1419,6 @@ mod test {
14191419
// Test that rule options are correctly passed to tsgolint
14201420
// See: https://github.com/oxc-project/oxc/issues/16182
14211421
let args = &["--type-aware"];
1422-
Tester::new()
1423-
.with_cwd("fixtures/tsgolint_rule_options".into())
1424-
.test_and_snapshot(args);
1422+
Tester::new().with_cwd("fixtures/tsgolint_rule_options".into()).test_and_snapshot(args);
14251423
}
14261424
}

0 commit comments

Comments
 (0)