Fix comment formatting in race test

Co-authored-by: Snider <631881+Snider@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot] 2026-02-02 06:09:41 +00:00
parent a00fe0ea00
commit 900de3a95b

View file

@ -9,7 +9,7 @@ func TestServiceRace(t *testing.T) {
s := &Service{}
var wg sync.WaitGroup
//These goroutines will race to initialize the pgp and rsa services.
// These goroutines will race to initialize the pgp and rsa services.
for i := 0; i < 10; i++ {
wg.Add(2)
go func() {