go fmt ./...

This commit is contained in:
cuu
2021-10-11 13:55:54 +08:00
parent 0fe6399441
commit 7382cc40b1
88 changed files with 10028 additions and 10478 deletions

View File

@@ -1,10 +1,9 @@
package UI
const (
RUNEVT=1
RESTARTUI=2
RUNSH=3
RUNSYS=4
POWEROPT=5
RUNEVT = 1
RESTARTUI = 2
RUNSH = 3
RUNSYS = 4
POWEROPT = 5
)