Skip to content

Commit 3b72c1f

Browse files
committed
format
1 parent f997ab7 commit 3b72c1f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pkg/syncer/pubsub/redis_streams.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ func (r *RedisStreams) Subscribe(ctx context.Context, channel string) (chan stri
100100

101101
ch := make(chan string)
102102
ready := make(chan error, 1) // Signal when consumer group is ready
103-
stop := make(chan struct{}) // Signal to stop goroutine
103+
stop := make(chan struct{}) // Signal to stop goroutine
104104

105105
go func() {
106106
defer close(ch)

0 commit comments

Comments
 (0)