From 28c6ee84d17c4452a637fdcbbe44cb5004e294f4 Mon Sep 17 00:00:00 2001 From: tsmethurst Date: Sun, 11 Jul 2021 16:14:35 +0200 Subject: [PATCH] go fmt --- internal/timeline/remove.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/timeline/remove.go b/internal/timeline/remove.go index ee4f112c5..cf0b0b617 100644 --- a/internal/timeline/remove.go +++ b/internal/timeline/remove.go @@ -81,7 +81,7 @@ func (t *timeline) RemoveAllBy(accountID string) (int, error) { l := t.log.WithFields(logrus.Fields{ "func": "RemoveAllBy", "accountTimeline": t.accountID, - "accountID": accountID, + "accountID": accountID, }) t.Lock() defer t.Unlock()