Skip to content

Commit

Permalink
appease linter
Browse files Browse the repository at this point in the history
  • Loading branch information
xrstf committed Jan 30, 2025
1 parent 37a5378 commit 26fd958
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions internal/controller/rootshard_controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@ func (r *RootShardReconciler) Reconcile(ctx context.Context, req ctrl.Request) (
return ctrl.Result{}, recErr
}

//nolint:unparam // Keep the controller working the same as all the others, even though currently it does always return nil conditions.
func (r *RootShardReconciler) reconcile(ctx context.Context, rootShard *operatorv1alpha1.RootShard) ([]metav1.Condition, error) {
var (
errs []error
Expand Down

0 comments on commit 26fd958

Please sign in to comment.