Skip to content

Commit 74caaf1

Browse files
committed
trivia
1 parent 03e0211 commit 74caaf1

File tree

1 file changed

+2
-2
lines changed
  • crates/swc_ecma_raw_lexer/src

1 file changed

+2
-2
lines changed

crates/swc_ecma_raw_lexer/src/lib.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -419,10 +419,10 @@ pub enum RawToken {
419419
#[token("-->")]
420420
LegacyCommentClose,
421421

422-
#[token("<<<<<")]
422+
#[token("<<<<<<<")]
423423
LConflictMarker,
424424

425-
#[token(">>>>>")]
425+
#[token(">>>>>>>")]
426426
RConflictMarker,
427427

428428
#[token("await")]

0 commit comments

Comments
 (0)