Skip to content

Commit fdbbab7

Browse files
autofix-ci[bot]leaysgur
authored andcommitted
[autofix.ci] apply automated fixes
1 parent b95f4dd commit fdbbab7

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

crates/oxc_formatter/src/print/template/embed/mod.rs

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,7 @@ use oxc_syntax::line_terminator::LineTerminatorSplitter;
44

55
use crate::{
66
ast_nodes::{AstNode, AstNodes},
7-
formatter::{
8-
Formatter,
9-
prelude::*,
10-
},
7+
formatter::{Formatter, prelude::*},
118
write,
129
};
1310

crates/oxc_formatter/src/print/template/mod.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -767,4 +767,3 @@ impl<'a> Format<'a> for EachTemplateTable<'a> {
767767
write!(f, ["`", indent(&format_args!(table_content)), hard_line_break(), "`"]);
768768
}
769769
}
770-

0 commit comments

Comments
 (0)