Skip to content

Commit 161f98a

Browse files
autofix-ci[bot]IWANABETHATGUY
authored andcommitted
[autofix.ci] apply automated fixes
1 parent 2b63da3 commit 161f98a

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

crates/oxc_semantic/tests/integration/const_enum.rs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
use oxc_allocator::Allocator;
22
use oxc_span::SourceType;
33

4-
use oxc_semantic::{
5-
NormalizedConstEnumInfo, NormalizedConstantValue, Semantic, SemanticBuilder,
6-
};
4+
use oxc_semantic::{NormalizedConstEnumInfo, NormalizedConstantValue, Semantic, SemanticBuilder};
75

86
/// Create a [`Semantic`] from source code, assuming there are no syntax/semantic errors.
97
fn get_semantic<'s, 'a: 's>(

0 commit comments

Comments
 (0)