From bfd881140bceff1d4ba860e2c54214f2dcd47961 Mon Sep 17 00:00:00 2001 From: "Kirill A. Korinsky" Date: Wed, 1 May 2024 09:17:49 +0200 Subject: [PATCH] chore: format Co-authored-by: Leonardo Di Donato --- nontransparent/parser_test.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nontransparent/parser_test.go b/nontransparent/parser_test.go index edcfad4..3b710d7 100644 --- a/nontransparent/parser_test.go +++ b/nontransparent/parser_test.go @@ -57,7 +57,7 @@ func getTestCases() []testCase { false, []syslog.Result{ { - Error: ragel.NewReadingError(io.ErrUnexpectedEOF.Error()), + Error: ragel.NewReadingError(io.ErrUnexpectedEOF.Error()), }, }, []syslog.Result{ @@ -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{