Chore: code style

This commit is contained in:
yaling888
2022-03-05 18:04:04 +08:00
parent 71e002c2ef
commit ba7bcce895
6 changed files with 29 additions and 36 deletions

View File

@ -104,9 +104,9 @@ func main() {
signal.Notify(sigCh, syscall.SIGHUP, syscall.SIGINT, syscall.SIGTERM)
<-sigCh
// clean up
log.Warnln("Clash clean up")
hub.CleanUp()
// cleanup
log.Warnln("Clash cleanup")
hub.Cleanup()
log.Warnln("Clash shutting down")
}