From e95138d41241796b3d73f20b336ce1ad10cd45fd Mon Sep 17 00:00:00 2001 From: Bryan Van Deusen Date: Sat, 6 Jun 2026 21:54:14 -0400 Subject: [PATCH] style(server): gofmt watcher_test map alignment --- internal/library/watcher_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/library/watcher_test.go b/internal/library/watcher_test.go index b971e480..0d53a74e 100644 --- a/internal/library/watcher_test.go +++ b/internal/library/watcher_test.go @@ -43,7 +43,7 @@ func TestDrainPending(t *testing.T) { t.Run("returns paths and clears the set", func(t *testing.T) { pending := map[string]struct{}{ - "/music/a.mp3": {}, + "/music/a.mp3": {}, "/music/b.flac": {}, } got := drainPending(pending)