Skip to content

Commit b207f14

Browse files
authored
Change forwardchars! to return nothing. (#194)
1 parent 06b5aed commit b207f14

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/scanner.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,7 @@ function forwardchars!(stream::TokenStream, k::Integer=1)
153153
end
154154
end
155155
stream.index += k
156+
nothing
156157
end
157158

158159

0 commit comments

Comments
 (0)