Skip to content

Commit 216e2ee

Browse files
FelonEkonomCopilot
andauthored
Update lib/membrane/debug/sink.ex
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 91d22ca commit 216e2ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/membrane/debug/sink.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ defmodule Membrane.Debug.Sink do
9898

9999
@impl true
100100
def handle_end_of_stream(:input, _ctx, state) do
101-
_ingored = state.handle_end_of_stream.()
101+
_ignored = state.handle_end_of_stream.()
102102
{[], state}
103103
end
104104
end

0 commit comments

Comments
 (0)