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 18, 2024
1 parent 638a4ef commit 32bedbb
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 @@ -784,7 +784,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 32bedbb

Please sign in to comment.