Skip to content

Commit

Permalink
chore: remove useless parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
ccoVeille committed Jul 17, 2024
1 parent db67879 commit 5e92d79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dumper_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -792,7 +792,7 @@ func TestDumperPrint_Sprint_And_Fprint(t *testing.T) {

type X int

func (X) Write(p []byte) (n int, err error) {
func (X) Write(_ []byte) (n int, err error) {
return 0, fmt.Errorf("foobar")
}

Expand Down

0 comments on commit 5e92d79

Please sign in to comment.