Explorar o código

Remove an unused argument of utility test func (#139)

Found this by https://github.com/mvdan/unparam
haya14busa %!s(int64=8) %!d(string=hai) anos
pai
achega
f15c970de5
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      format_test.go

+ 1 - 1
format_test.go

@@ -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 {