Skip to content

Commit

Permalink
Fix linting error
Browse files Browse the repository at this point in the history
  • Loading branch information
mtneug committed Dec 17, 2024
1 parent 9fe30bb commit adac50f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -354,7 +354,7 @@ func (r *MediaProcessingEntityReconciler) reconcile(ctx context.Context, mpe *en
return ctrl.Result{}, nil
}

func (r *MediaProcessingEntityReconciler) newLocalManager(ctx context.Context, mpe *enginev1.MediaProcessingEntity) (Manager, error) {
func (r *MediaProcessingEntityReconciler) newLocalManager(_ context.Context, mpe *enginev1.MediaProcessingEntity) (Manager, error) {
// shallow copy
opts := r.ManagerOptions

Expand Down

0 comments on commit adac50f

Please sign in to comment.