Skip to content

Commit

Permalink
chore: clean up code (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
muktihari authored Jun 16, 2024
1 parent 9a55b7a commit af8a41a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tokenizer.go
Original file line number Diff line number Diff line change
Expand Up @@ -234,8 +234,6 @@ func (t *Tokenizer) RawToken() (b []byte, err error) {
k++
continue
}
xx := string(t.buf[off : j+1])
_ = xx
if t.buf[j] == '>' && string(t.buf[j-2:j+1]) == suffix {
pos = j
break
Expand Down

0 comments on commit af8a41a

Please sign in to comment.