Skip to content

Commit

Permalink
remove extra return
Browse files Browse the repository at this point in the history
  • Loading branch information
Preetha Appan committed May 21, 2018
1 parent 2ea09b8 commit a5ca379
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion command/job_eval.go
Original file line number Diff line number Diff line change
Expand Up @@ -125,5 +125,4 @@ func (c *JobEvalCommand) Run(args []string) int {

mon := newMonitor(c.Ui, client, length)
return mon.monitor(evalId, false)
return 0
}

0 comments on commit a5ca379

Please sign in to comment.