From 8afd0912c09c07a953d3149a9894746f5b21a3d7 Mon Sep 17 00:00:00 2001 From: Tim Vaillancourt Date: Tue, 13 Aug 2024 16:54:15 +0200 Subject: [PATCH] gofmt Signed-off-by: Tim Vaillancourt --- go/logic/applier.go | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/go/logic/applier.go b/go/logic/applier.go index 418bd92a3..10497a704 100644 --- a/go/logic/applier.go +++ b/go/logic/applier.go @@ -989,10 +989,10 @@ func (this *Applier) AtomicCutOverMagicLock(sessionIdChan chan int64, tableLocke defer func() { if _, err := sqlutils.ExecNoPrepare(this.db, query); err != nil { - this.migrationContext.Log.Errorf("Failed to restore applier wait_timeout to %d seconds: %v", - this.migrationContext.ApplierWaitTimeout, err, - ) - } + this.migrationContext.Log.Errorf("Failed to restore applier wait_timeout to %d seconds: %v", + this.migrationContext.ApplierWaitTimeout, err, + ) + } }() if err := this.InitAtomicCutOverIdleTimeout(tx); err != nil {