removing extra blank line

This commit is contained in:
Jeff Storey 2016-03-28 08:18:18 -04:00
parent bf7b5d51cc
commit 01f3dbdb23

View file

@ -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