style(server): gofmt watcher_test map alignment
This commit is contained in:
@@ -43,7 +43,7 @@ func TestDrainPending(t *testing.T) {
|
|||||||
|
|
||||||
t.Run("returns paths and clears the set", func(t *testing.T) {
|
t.Run("returns paths and clears the set", func(t *testing.T) {
|
||||||
pending := map[string]struct{}{
|
pending := map[string]struct{}{
|
||||||
"/music/a.mp3": {},
|
"/music/a.mp3": {},
|
||||||
"/music/b.flac": {},
|
"/music/b.flac": {},
|
||||||
}
|
}
|
||||||
got := drainPending(pending)
|
got := drainPending(pending)
|
||||||
|
|||||||
Reference in New Issue
Block a user