cmd/cli: remove redundant return statement

This commit is contained in:
Cuong Manh Le
2023-11-16 21:05:11 +07:00
committed by Cuong Manh Le
parent 41846b6d4c
commit 122600bff2

View File

@@ -325,7 +325,6 @@ func (p *prog) run(reload bool, reloadCh chan struct{}) {
case <-ctx.Done():
case <-reloadCh:
}
return
}()
}