gofmt
the build was successful Details

This commit is contained in:
kolaente 2017-12-05 14:47:28 +01:00
parent 48b309cd51
commit 932885d34a
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 1 additions and 1 deletions

View File

@ -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"})
}