Skip to content

Commit d0a218a

Browse files
[autofix.ci] apply automated fixes
1 parent 73e5c47 commit d0a218a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/oxc_minifier/src/peephole/replace_known_methods.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ use std::borrow::Cow;
33
use cow_utils::CowUtils;
44

55
use oxc_allocator::{Box, TakeIn};
6-
use oxc_ast::{ast::*, NONE};
6+
use oxc_ast::{NONE, ast::*};
77
use oxc_compat::ESFeature;
88
use oxc_ecmascript::{
99
StringCharAt, StringCharAtResult, ToBigInt, ToIntegerIndex,

0 commit comments

Comments
 (0)