Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
Signed-off-by: Sidhant Kohli <[email protected]>
  • Loading branch information
kohlisid committed Sep 24, 2024
1 parent f86408c commit 1f8bfb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/reconciler/pipeline/controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -845,7 +845,7 @@ func (r *pipelineReconciler) pausePipeline(ctx context.Context, pl *dfv1.Pipelin
return updated, err
}

var daemonError error = nil
var daemonError error
var drainCompleted = false

// Check for the daemon to obtain the buffer draining information, in case we see an error trying to
Expand Down

0 comments on commit 1f8bfb4

Please sign in to comment.