Fix go vet error

This commit is contained in:
James Shubin
2016-01-07 00:52:42 -05:00
parent 72525d30b1
commit d2bcfdc7aa

View File

@@ -194,7 +194,7 @@ func run(c *cli.Context) {
for { for {
<-converged <-converged
} // unblock/drain } // unblock/drain
return //return
} }
} }
}() }()