1
0
mirror of https://github.com/robertkrimen/otto synced 2025-10-05 19:19:10 +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"
case FINAL:
return "Final"
default:
return "???"
}

View File

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