diff --git a/pkg/utils/utils_test.go b/pkg/utils/utils_test.go index ffc753fd4..047ed9fb9 100644 --- a/pkg/utils/utils_test.go +++ b/pkg/utils/utils_test.go @@ -110,4 +110,5 @@ func TestNormalizeLinefeeds(t *testing.T) { if input != expected { t.Error("Expected " + expected + ", got " + input) } + } }