Skip to content

Commit 8b7f7c3

Browse files
autofix-ci[bot]Dunqing
authored andcommitted
[autofix.ci] apply automated fixes
1 parent ef0dedd commit 8b7f7c3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tasks/coverage/src/tools/formatter.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +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+
let ParserReturn { program, .. } =
3132
Parser::new(&allocator, source_text, source_type).with_options(parse_options).parse();
3233
let source_text1 = Formatter::new(&allocator, options.clone()).build(&program);
3334

0 commit comments

Comments
 (0)