Skip to content

Commit

Permalink
Remove not affected code
Browse files Browse the repository at this point in the history
  • Loading branch information
goccy committed Nov 7, 2019
1 parent 62a86c4 commit 0d1afe3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion scanner/scanner.go
Original file line number Diff line number Diff line change
Expand Up @@ -361,7 +361,6 @@ func (s *Scanner) scan(ctx *Context) (pos int) {
tk := token.SequenceEntry(string(ctx.obuf), s.pos())
s.prevIndentColumn = tk.Position.Column
ctx.addToken(tk)
ctx.resetBuffer()
s.progressColumn(ctx, 1)
return
}
Expand Down

0 comments on commit 0d1afe3

Please sign in to comment.