Skip to content

Commit

Permalink
nit
Browse files Browse the repository at this point in the history
Signed-off-by: Maia Iyer <[email protected]>
  • Loading branch information
maia-iyer committed Oct 18, 2024
1 parent 4e69216 commit 46a695e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/agent/spirecrd/crdmanager.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@ func NewSPIRECRDManager(className string) (*SPIRECRDManager, error) {
}

func (s *SPIRECRDManager) ListClusterFederatedTrustDomains(inp trustdomain.ListFederationRelationshipsRequest) (trustdomain.ListFederationRelationshipsResponse, error) { //nolint:govet //Ignoring mutex (not being used) - sync.Mutex by value is unused for linter govet
fmt.Printf("list crd federation endpoint hit")
fmt.Println("list crd federation endpoint hit")
return trustdomain.ListFederationRelationshipsResponse{}, nil
}

0 comments on commit 46a695e

Please sign in to comment.