Ran gofmt on project.

This commit is contained in:
Pradyumna Kaushik 2017-12-21 12:50:40 -08:00
parent 65d92e9962
commit 1e71db7b31
17 changed files with 15 additions and 28 deletions

View file

@ -196,7 +196,7 @@ func main() {
}
fmt.Println(resp.String())
if ok, err := monitor.JobUpdate(*resp.GetKey(), 5, 50); !ok || err != nil {
if ok, err := monitor.JobUpdate(*resp.GetKey(), 5, 50); !ok || err != nil {
_, err := r.KillJob(job.JobKey())
if err != nil {
fmt.Println(err)