From 01f3dbdb23f71366b3437c256bffbe80586341fa Mon Sep 17 00:00:00 2001 From: Jeff Storey Date: Mon, 28 Mar 2016 08:18:18 -0400 Subject: [PATCH] removing extra blank line --- controller/build.go | 1 - 1 file changed, 1 deletion(-) diff --git a/controller/build.go b/controller/build.go index 41cf3617a..43f85bc81 100644 --- a/controller/build.go +++ b/controller/build.go @@ -237,7 +237,6 @@ func PostBuild(c *gin.Context) { build.Deploy = c.DefaultQuery("deploy_to", build.Deploy) } - // todo move this to database tier // and wrap inside a transaction build.Status = model.StatusPending