Fix code style.

This commit is contained in:
Paulo Henrique 2017-12-07 17:36:26 -03:00 committed by GitHub
parent 9fff10c2e7
commit a3f3d47158
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -172,7 +172,7 @@ func start(c *cli.Context) error {
scheduleSpec,
func() {
select {
case v := <-tryLockSem:
case v := <- tryLockSem:
defer func() { tryLockSem <- v }()
notifier.StartNotification()
if err := actions.Update(client, names, cleanup, noRestart); err != nil {