From 900de3a95b25364fcdb274d76c3406d47c1b105e Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Mon, 2 Feb 2026 06:09:41 +0000 Subject: [PATCH] Fix comment formatting in race test Co-authored-by: Snider <631881+Snider@users.noreply.github.com> --- pkg/crypt/race_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() {