Skip to content
This repository was archived by the owner on Dec 1, 2021. It is now read-only.

Commit f15c970

Browse files
haya14busadavecheney
authored andcommitted
Remove an unused argument of utility test func (#139)
Found this by https://github.com/mvdan/unparam
1 parent 2b3a18b commit f15c970

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

format_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -491,7 +491,7 @@ type wrapper struct {
491491
want []string
492492
}
493493

494-
func prettyBlocks(blocks []string, prefix ...string) string {
494+
func prettyBlocks(blocks []string) string {
495495
var out []string
496496

497497
for _, b := range blocks {

0 commit comments

Comments
 (0)