Skip to content

Commit

Permalink
Doesn't seem like this fixes anything.
Browse files Browse the repository at this point in the history
  • Loading branch information
thesoftwarephilosopher committed Aug 23, 2024
1 parent cbdf60e commit d57da9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/token-provider.ts
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ export const tokenProvider = {
},
{
cases: {
'$2==<': { token: '@rematch', next: '@typeparams' },
'$2==<': { token: '@brackets', next: '@typeparams' },
'@default': '@rematch',
}
},
Expand Down

0 comments on commit d57da9c

Please sign in to comment.