We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4843382 commit 9fd78edCopy full SHA for 9fd78ed
src/components/RuneSVG/tokenizer.ts
@@ -54,7 +54,7 @@ export function parseString(s: string): RenderableToken[] {
54
tokens.push(token);
55
56
i += ipaSymbol.length;
57
- } else if(c === "@") {
+ } else if (c === "@") {
58
isEnglishMode = !isEnglishMode;
59
60
i += 1;
0 commit comments