Skip to content

Commit d364597

Browse files
authored
Merge pull request #44 from yoheimuta/tweak-option
refactor: Remove an unused break
2 parents 913e788 + c4fd231 commit d364597

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

parser/option.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,6 @@ func (p *Parser) parseCloudEndpointsOptionConstant() (string, error) {
102102
return "", p.unexpected(":")
103103
}
104104
p.lex.UnNext()
105-
break
106105
case scanner.TCOLON:
107106
ret += p.lex.Text
108107
if p.lex.Peek() == scanner.TLEFTCURLY && p.permissive {

0 commit comments

Comments
 (0)