goimports style fix

This commit is contained in:
Renan DelValle 2019-01-14 15:36:10 -08:00
parent 6183c5a375
commit cb9bbb8d33
No known key found for this signature in database
GPG key ID: C240AD6D6F443EC9

View file

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