Skip to content

Commit 2f99c18

Browse files
committed
FIXUP: interface
1 parent 40aaf18 commit 2f99c18

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

internal/controller/runtime/api_discovery.go

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,12 +44,9 @@ type APIs interface {
4444
HasOne(...API) bool
4545
}
4646

47-
// APISet implements APIs using empty struct for minimal memory consumption.
47+
// APISet implements [APIs] using empty struct for minimal memory consumption.
4848
type APISet map[API]struct{}
4949

50-
// APISet implmenents [APIs].
51-
var _ APIs = (*APISet)(nil)
52-
5350
func NewAPISet(api ...API) APISet {
5451
s := make(APISet)
5552

0 commit comments

Comments
 (0)