From 932885d34ab040e49d53680c90c6ebea66739c3b Mon Sep 17 00:00:00 2001 From: kolaente Date: Tue, 5 Dec 2017 14:47:28 +0100 Subject: [PATCH] gofmt --- routes/api/v1/publishers_add_update.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/routes/api/v1/publishers_add_update.go b/routes/api/v1/publishers_add_update.go index 406ea04..57611e2 100644 --- a/routes/api/v1/publishers_add_update.go +++ b/routes/api/v1/publishers_add_update.go @@ -55,7 +55,7 @@ func PublisherAddOrUpdate(c echo.Context) error { } // Log the action - err = models.LogAction("Added or updated a publisher",newPublisher.ID, c) + err = models.LogAction("Added or updated a publisher", newPublisher.ID, c) if err != nil { return c.JSON(http.StatusInternalServerError, models.Message{"Could not log"}) }