From a2614385c7e9b0bcf4ff4390376c38e04b197522 Mon Sep 17 00:00:00 2001 From: "Eduardo J. Ortega U." <5791035+ejortegau@users.noreply.github.com> Date: Mon, 25 Nov 2024 13:47:38 +0100 Subject: [PATCH] Make linter happy --- go/vt/vtctl/reparentutil/util.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go/vt/vtctl/reparentutil/util.go b/go/vt/vtctl/reparentutil/util.go index 93ac1169e49..e1849a16bb4 100644 --- a/go/vt/vtctl/reparentutil/util.go +++ b/go/vt/vtctl/reparentutil/util.go @@ -69,7 +69,7 @@ func ElectNewPrimary( waitReplicasTimeout time.Duration, tolerableReplLag time.Duration, durability Durabler, -// (TODO:@ajm188) it's a little gross we need to pass this, maybe embed in the context? + // (TODO:@ajm188) it's a little gross we need to pass this, maybe embed in the context? logger logutil.Logger, ) (*topodatapb.TabletAlias, error) {