Skip to content

Commit 2bdaad6

Browse files
committed
reorder imports
1 parent 77d4387 commit 2bdaad6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/oxc_codegen/src/comment.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
use std::borrow::Cow;
22

3-
use oxc_syntax::line_terminator::LineTerminatorSplitter;
43
use rustc_hash::{FxHashMap, FxHashSet};
54

65
use oxc_ast::{Comment, CommentKind, ast::Program};
6+
use oxc_syntax::line_terminator::LineTerminatorSplitter;
77

88
use crate::{Codegen, LegalComment, options::CommentOptions};
99

0 commit comments

Comments
 (0)