Skip to content

Commit ad8892c

Browse files
committed
Resolve (stupid) mistake
1 parent 31231c3 commit ad8892c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/main/kotlin/lexer/StringJSONLexer.kt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,5 +256,4 @@ class StringJSONLexer(private val content: CharSequence) : JSONLexer {
256256
private fun Char.isWhitespace(): Boolean {
257257
return this == ' ' || this == '\r' || this == '\n' || this == '\t'
258258
}
259-
return this[index]
260259
}

0 commit comments

Comments
 (0)