Skip to content

Commit 0c58b16

Browse files
committed
chore: Format code
1 parent 156c3b1 commit 0c58b16

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

crates/swc_error_reporters/tests/fixture.rs

+4-2
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,10 @@ use swc_common::{
77
sync::Lrc,
88
BytePos, FileName, SourceMap, Span,
99
};
10-
use swc_error_reporters::handler::try_with_handler;
11-
use swc_error_reporters::{handler::ThreadSafetyDiagnostics, ErrorEmitter};
10+
use swc_error_reporters::{
11+
handler::{try_with_handler, ThreadSafetyDiagnostics},
12+
ErrorEmitter,
13+
};
1214

1315
fn output<F>(file: &str, op: F)
1416
where

0 commit comments

Comments
 (0)