Skip to content

Commit

Permalink
Delete unused registry client fake and remove go:generate. (#2783)
Browse files Browse the repository at this point in the history
This fake is unused and was removed in an earlier patch, but
apparently there was another corresponding go:generate comment that
wasn't removed.

Signed-off-by: Ben Luddy <bluddy@redhat.com>
  • Loading branch information
benluddy authored May 24, 2022
1 parent 9ced412 commit cbb6c3d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 848 deletions.
1 change: 0 additions & 1 deletion pkg/controller/registry/registry_client.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
//go:generate go run github.com/maxbrunsfeld/counterfeiter/v6 -o resolver/fakes/fake_registry_client_interface.go . ClientInterface
package registry

import (
Expand Down
Loading

0 comments on commit cbb6c3d

Please sign in to comment.