mirror of
https://github.com/Control-D-Inc/ctrld.git
synced 2026-03-25 23:30:41 +01:00
cmd/cli: remove redundant return statement
This commit is contained in:
committed by
Cuong Manh Le
parent
41846b6d4c
commit
122600bff2
@@ -325,7 +325,6 @@ func (p *prog) run(reload bool, reloadCh chan struct{}) {
|
||||
case <-ctx.Done():
|
||||
case <-reloadCh:
|
||||
}
|
||||
return
|
||||
}()
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user