From 7e8b84d044372fc8384d5f0a6a3ff8a34258efb9 Mon Sep 17 00:00:00 2001 From: everettraven Date: Thu, 18 Apr 2024 15:38:49 -0400 Subject: [PATCH] linting issue fix Signed-off-by: everettraven --- leader/leader.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/leader/leader.go b/leader/leader.go index 3ad345c..71a80b4 100644 --- a/leader/leader.go +++ b/leader/leader.go @@ -199,7 +199,7 @@ func Become(ctx context.Context, lockName string, opts ...Option) error { log.Info("the status of the node where operator pod with leader lock was running has been 'notReady'") log.Info("Deleting the leader.") - //Mark the termainating status to the leaderPod and Delete the configmap lock + // Mark the termainating status to the leaderPod and Delete the configmap lock if err := deleteLeader(ctx, config.Client, leaderPod, existing); err != nil { return err }