Skip to content

Commit 81d0600

Browse files
[autofix.ci] apply automated fixes
1 parent ef0dedd commit 81d0600

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tasks/coverage/src/tools/formatter.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ fn get_result(source_text: &str, source_type: SourceType) -> TestResult {
2828
// `oxc_formatter` expects this to be false
2929
preserve_parens: false,
3030
};
31-
Parser::new(&allocator, source_text, source_type).with_options(parse_options).parse();
31+
Parser::new(&allocator, source_text, source_type).with_options(parse_options).parse();
3232
let source_text1 = Formatter::new(&allocator, options.clone()).build(&program);
3333

3434
let allocator = Allocator::default();

0 commit comments

Comments
 (0)