From cb9bbb8d331cc645488d05b0e057053c3d494ad3 Mon Sep 17 00:00:00 2001 From: Renan DelValle Date: Mon, 14 Jan 2019 15:36:10 -0800 Subject: [PATCH] goimports style fix --- realis.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/realis.go b/realis.go index 9acf364..f12f922 100644 --- a/realis.go +++ b/realis.go @@ -793,7 +793,7 @@ func (r *realisClient) AbortJobUpdate(updateKey aurora.JobUpdateKey, message str m := Monitor{Client: r} _, err := m.JobUpdateStatus(updateKey, map[aurora.JobUpdateStatus]bool{aurora.JobUpdateStatus_ABORTED: true}, time.Second*5, time.Minute) - return resp, err + return resp, err } //Pause Job Update. UpdateID is returned from StartJobUpdate or the Aurora web UI.