Skip to content

Commit

Permalink
minor change
Browse files Browse the repository at this point in the history
  • Loading branch information
yash97 committed Aug 27, 2024
1 parent 5777979 commit 649244f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion controllers/custom/custom_controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ func newOptimizedListWatcher(ctx context.Context, restClient cache.Getter, resou
}
return nil, err
}
return watch,err
return watch, err
}
return &cache.ListWatch{ListFunc: listFunc, WatchFunc: watchFunc}
}
Expand Down

0 comments on commit 649244f

Please sign in to comment.