Skip to content

Commit

Permalink
Fixed linting error
Browse files Browse the repository at this point in the history
  • Loading branch information
ziflex committed Dec 10, 2021
1 parent 9ac73f5 commit e356c5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion registry_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ type TestResource struct {
calls int
}

func (t *TestResource) Test(ctx context.Context) error {
func (t *TestResource) Test(_ context.Context) error {
t.calls++
return nil
}
Expand Down

0 comments on commit e356c5a

Please sign in to comment.