Skip to content

Commit

Permalink
Fix lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
Sara4994 committed Oct 25, 2024
1 parent 5c1b6aa commit da78011
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,7 @@ import (
. "github.com/onsi/gomega"
)

//nolint:ireturn
func newFakeClient(objs ...client.Object) client.Client {
func newFakeClient(objs ...client.Object) client.Client { //nolint:ireturn
scheme := runtime.NewScheme()
utilruntime.Must(corev1.AddToScheme(scheme))
utilruntime.Must(appsv1.AddToScheme(scheme))
Expand Down

0 comments on commit da78011

Please sign in to comment.