Skip to content

Commit ca131db

Browse files
author
José Valim
committed
Remove empty new line from docs
1 parent dfa5406 commit ca131db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/gen_stage/dispatchers/broadcast_dispatcher.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ defmodule GenStage.BroadcastDispatcher do
22
@moduledoc """
33
A dispatcher that accumulates demand from all consumers
44
before broadcasting events to all of them.
5-
5+
66
This dispatcher guarantees that events are dispatched to all
77
consumers without exceeding the demand of any given consumer.
88

0 commit comments

Comments
 (0)