Skip to content

Commit 3be9b3a

Browse files
committed
Mix format
1 parent a2170b0 commit 3be9b3a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

lib/membrane/core/element/pad_controller.ex

+1-2
Original file line numberDiff line numberDiff line change
@@ -236,8 +236,7 @@ defmodule Membrane.Core.Element.PadController do
236236
`flow_control: :auto` will cause stoping demand on every input pad with `flow_control: :auto`.
237237
Input pads with `flow_control: :auto`: #{auto_input_pads |> Enum.map(&elem(&1, 0)) |> Enum.join(", ")}.
238238
Output pads with `flow_control: :auto`: #{auto_output_pads |> Enum.map(&elem(&1, 0)) |> Enum.join(", ")}.
239-
"""
240-
)
239+
""")
241240
end
242241

243242
:ok

0 commit comments

Comments
 (0)