Skip to content

Commit e8ce30f

Browse files
author
Kate Osborn
committed
Fix lint error
1 parent f9ab9a3 commit e8ce30f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

internal/state/graph/reference_grant.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,8 @@ func (r *referenceGrantResolver) refAllowed(to toResource, from fromResource) bo
117117
from: from,
118118
}
119119

120-
// omit name field to check for ReferenceGrants that allow access to all resources of the particular kind in the namespace
120+
// omit name field to check for ReferenceGrants that allow access to all resources
121+
// of the particular kind in the namespace
121122
allInNamespaceKey := allowedReference{
122123
to: toResource{
123124
kind: to.kind,

0 commit comments

Comments
 (0)