Skip to content

Commit

Permalink
Mix format
Browse files Browse the repository at this point in the history
  • Loading branch information
FelonEkonom committed Jan 2, 2025
1 parent 6b758d4 commit 386eeaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/membrane/core/element/auto_flow_controller.ex
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ defmodule Membrane.Core.Element.AutoFlowController do
:pass

pad_data.demand < pad_data.auto_demand_size / 2 and
state.satisfied_auto_output_pads == @empty_map_set ->
state.satisfied_auto_output_pads == @empty_map_set ->
pad_data.auto_demand_size

not pad_data.start_of_stream? and pad_data.demand == 0 ->
Expand Down

0 comments on commit 386eeaa

Please sign in to comment.