chore: coding style (#4352)

This commit is contained in:
Kevin Wan
2024-09-03 09:06:50 +08:00
committed by GitHub
parent 0cafb1164b
commit 077b6072fa

View File

@@ -80,6 +80,7 @@ func StartAgent(c Config) {
if !c.Enabled {
return
}
once.Do(func() {
s := NewServer(c)
s.StartAsync(c)