Fixed formatting

This commit is contained in:
eanderton
2014-07-08 22:02:42 -04:00
parent 262211488d
commit 5dd3b53635
3 changed files with 26 additions and 26 deletions
+2 -2
View File
@@ -419,7 +419,7 @@ func lexInsideKeyGroupArray(l *lexer) stateFn {
return lexVoid
} else if l.peek() == '[' {
return l.errorf("group name cannot contain ']'")
}
}
if l.next() == eof {
break
@@ -440,7 +440,7 @@ func lexInsideKeyGroup(l *lexer) stateFn {
return lexVoid
} else if l.peek() == '[' {
return l.errorf("group name cannot contain ']'")
}
}
if l.next() == eof {
break