style(server): gofmt watcher_test map alignment
test-go / test (push) Failing after 10s
test-web / test (push) Successful in 33s
test-go / integration (push) Failing after 4m27s

This commit is contained in:
2026-06-06 21:54:14 -04:00
parent 7426f6c718
commit e95138d412
+1 -1
View File
@@ -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)