Found this by https://github.com/mvdan/unparam
@@ -491,7 +491,7 @@ type wrapper struct {
want []string
}
-func prettyBlocks(blocks []string, prefix ...string) string {
+func prettyBlocks(blocks []string) string {
var out []string
for _, b := range blocks {