fix: resolve lint fail (#4335)

pull/48/MERGE
Li Kui 2024-09-07 14:03:13 +08:00 committed by GitHub
parent 1cff0b9753
commit 7b3c9d56be
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 3 deletions

View File

@ -162,14 +162,14 @@ const code = new Set([
'*', '*',
'+', '+',
'.', '.',
'[',
']',
'?', '?',
'[',
'\\', '\\',
']',
'^', '^',
'{', '{',
'}',
'|', '|',
'}',
]); ]);
// //