1
0
mirror of https://github.com/robertkrimen/otto synced 2025-10-12 20:27:30 +08:00

[#148] Removed superfluous lines

This commit is contained in:
wolfgarnet 2016-01-11 09:15:29 +01:00
parent 17dd6bba73
commit fc505844b4
2 changed files with 0 additions and 2 deletions

View File

@ -38,7 +38,6 @@ func (cp CommentPosition) String() string {
return "Colon" return "Colon"
case FINAL: case FINAL:
return "Final" return "Final"
default: default:
return "???" return "???"
} }

View File

@ -290,7 +290,6 @@ func (self *_parser) findComments(ignoreLineBreak bool) []*ast.Comment {
newline := false newline := false
for self.implicitSemicolon == false || ignoreLineBreak { for self.implicitSemicolon == false || ignoreLineBreak {
if self.token != token.COMMENT { if self.token != token.COMMENT {
break break
} }