style(keeper): format code

This commit is contained in:
qevolg 2024-11-01 14:51:53 +08:00
parent 2e336966fe
commit b2eba84cdc
1 changed files with 1 additions and 4 deletions

View File

@ -1,11 +1,8 @@
package main package main
import ( import "github.com/taosdata/taoskeeper/system"
"github.com/taosdata/taoskeeper/system"
)
func main() { func main() {
r := system.Init() r := system.Init()
system.Start(r) system.Start(r)
// config.IsEnterprise
} }