Skip to content

Commit 0476df7

Browse files
authored
Update events/batcher/singuler.go
Signed-off-by: Alessandro (Ale) Segala <[email protected]>
1 parent fa869e2 commit 0476df7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

events/batcher/singuler.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ import (
2121

2222
// Singular is a Batcher which batches events and treats them as all the same
2323
// key, behaving like a singular batched queue.
24-
// Subscribe
2524
type Singular struct {
2625
b *Batcher[int]
2726
closeCh chan struct{}

0 commit comments

Comments
 (0)