Fix code style.

pull/118/head
Paulo Henrique 7 years ago committed by GitHub
parent 9fff10c2e7
commit a3f3d47158
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save