Skip to content

Commit 176a184

Browse files
[autofix.ci] apply automated fixes
1 parent 58e4e0d commit 176a184

File tree

1 file changed

+1
-1
lines changed
  • apps/oxlint/test/fixtures/sourceCode_token_methods/files

1 file changed

+1
-1
lines changed

apps/oxlint/test/fixtures/sourceCode_token_methods/files/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ tagged`template ${'literal'}`;
2323
/pattern/g;
2424

2525
// Not a RegularExpressionToken
26-
1 /not_a_regex/gu;
26+
1 / not_a_regex / gu;
2727

2828
// IdentifierToken
2929
let identifier = 'value';

0 commit comments

Comments
 (0)