Skip to content

Commit

Permalink
chore: format
Browse files Browse the repository at this point in the history
Co-authored-by: Leonardo Di Donato <[email protected]>
  • Loading branch information
catap and leodido committed May 20, 2024
1 parent 1dd0888 commit bfd8811
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nontransparent/parser_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ func getTestCases() []testCase {
false,
[]syslog.Result{
{
Error: ragel.NewReadingError(io.ErrUnexpectedEOF.Error()),
Error: ragel.NewReadingError(io.ErrUnexpectedEOF.Error()),
},
},
[]syslog.Result{
Expand Down Expand Up @@ -96,7 +96,7 @@ func getTestCases() []testCase {
Message: (&rfc5424.SyslogMessage{}).SetPriority(1).SetVersion(1),
},
{
Error: ragel.NewReadingError(io.ErrUnexpectedEOF.Error()),
Error: ragel.NewReadingError(io.ErrUnexpectedEOF.Error()),
},
},
[]syslog.Result{
Expand Down

0 comments on commit bfd8811

Please sign in to comment.