Skip to content

Commit fbff9d5

Browse files
7086cmdBoshen
authored andcommitted
chore: format.
1 parent b93c2c5 commit fbff9d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/oxc_minifier/src/ast_passes/peephole_fold_constants.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,7 @@ impl<'a> PeepholeFoldConstants {
266266
}
267267
_ => None,
268268
},
269-
UnaryOperator::Delete => None
269+
UnaryOperator::Delete => None,
270270
}
271271
}
272272

0 commit comments

Comments
 (0)