diff --git a/pkg/crypt/race_test.go b/pkg/crypt/race_test.go index 5878be9..0a34d06 100644 --- a/pkg/crypt/race_test.go +++ b/pkg/crypt/race_test.go @@ -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() {