Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
rimuy authored Oct 28, 2024
1 parent e2dae6b commit 6c3cfa9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/LuauAST/impl/globals.ts
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,9 @@ export const globals = {
},
utf8: {
char: luau.property(UTF8_ID, "char"),
charpattern: luau.property(UTF8_ID, "charpattern"),
charpattern: luau.property(UTF8_ID, "charpattern"),
codepoint: luau.property(UTF8_ID, "codepoint"),
codes: luau.property(UTF8_ID, "codes"),
codes: luau.property(UTF8_ID, "codes"),
len: luau.property(UTF8_ID, "len"),
offset: luau.property(UTF8_ID, "offset"),
},
Expand Down

0 comments on commit 6c3cfa9

Please sign in to comment.