Skip to content

Commit

Permalink
chore: coding style (#4352)
Browse files Browse the repository at this point in the history
  • Loading branch information
kevwan authored Sep 3, 2024
1 parent 0cafb11 commit 077b607
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions internal/devserver/server.go
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ func StartAgent(c Config) {
if !c.Enabled {
return
}

once.Do(func() {
s := NewServer(c)
s.StartAsync(c)
Expand Down

0 comments on commit 077b607

Please sign in to comment.