Skip to content

Commit d54867d

Browse files
autofix-ci[bot]sapphi-red
authored andcommitted
[autofix.ci] apply automated fixes
1 parent 90fbcf5 commit d54867d

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

crates/oxc_minifier/tests/ecmascript/may_have_side_effects.rs

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,7 @@ struct Ctx {
1414
}
1515
impl Default for Ctx {
1616
fn default() -> Self {
17-
Self {
18-
global_variable_names: vec![],
19-
annotation: true,
20-
pure_function_names: vec![],
21-
}
17+
Self { global_variable_names: vec![], annotation: true, pure_function_names: vec![] }
2218
}
2319
}
2420
impl IsGlobalReference for Ctx {

0 commit comments

Comments
 (0)