Skip to content
This repository has been archived by the owner on Jan 26, 2022. It is now read-only.

Commit

Permalink
Correct syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
otoolep committed Dec 29, 2017
1 parent 75069b9 commit 09f0bec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rfc5424/delimiter.go
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ func (d *Delimiter) ReadLine() (string, error) {
case postVersion:
if b == ' ' {
return d.line(true), nil
} else {
}
// Invalid, reset parser.
d.state = priStart
}
Expand Down

0 comments on commit 09f0bec

Please sign in to comment.