Skip to content

Commit

Permalink
post-merge format update
Browse files Browse the repository at this point in the history
  • Loading branch information
ef4 committed Oct 6, 2023
1 parent e6e38df commit ac6123f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions crates/swc_ecma_parser/src/lexer/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,7 @@ pub use self::{
use crate::{
error::{Error, SyntaxError},
lexer::state::ContentTagState,
token::*,
token::{BinOpToken, Token, Word},
token::{BinOpToken, Token, Word, *},
Context, Syntax,
};

Expand Down

0 comments on commit ac6123f

Please sign in to comment.