diff --git a/formatters/html/html_test.go b/formatters/html/html_test.go index 180c6d46c..14c6468f9 100644 --- a/formatters/html/html_test.go +++ b/formatters/html/html_test.go @@ -276,7 +276,7 @@ func TestWithPreWrapper(t *testing.T) { return fmt.Sprintf("", styleAttr, code) }, end: func(code bool) string { - return fmt.Sprintf("") + return "" }, }