Skip to content

Commit 077b607

Browse files
authored
chore: coding style (zeromicro#4352)
1 parent 0cafb11 commit 077b607

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

internal/devserver/server.go

+1
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@ func StartAgent(c Config) {
8080
if !c.Enabled {
8181
return
8282
}
83+
8384
once.Do(func() {
8485
s := NewServer(c)
8586
s.StartAsync(c)

0 commit comments

Comments
 (0)