Skip to content

Commit

Permalink
[chore] remove redundant interface check (#2700)
Browse files Browse the repository at this point in the history
Signed-off-by: fscnick <[email protected]>
  • Loading branch information
fscnick authored Dec 31, 2024
1 parent f2d7c1f commit 7b18090
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions ray-operator/controllers/ray/raycluster_controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -129,8 +129,6 @@ func NewReconciler(ctx context.Context, mgr manager.Manager, options RayClusterR
}
}

var _ reconcile.Reconciler = &RayClusterReconciler{}

// RayClusterReconciler reconciles a RayCluster object
type RayClusterReconciler struct {
client.Client
Expand Down

0 comments on commit 7b18090

Please sign in to comment.