Skip to content

Commit

Permalink
Fix formatting (#101)
Browse files Browse the repository at this point in the history
  • Loading branch information
varsill authored Oct 25, 2024
1 parent 9fd16d3 commit 39f8186
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions lib/membrane_rtmp_plugin/rtmp_server.ex
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,8 @@ defmodule Membrane.RTMPServer do
port: :inet.port_number(),
use_ssl?: boolean(),
name: atom() | nil,
handle_new_client:
(client_ref :: pid(), app :: String.t(), stream_key :: String.t() ->
client_behaviour_spec()),
handle_new_client: (client_ref :: pid(), app :: String.t(), stream_key :: String.t() ->
client_behaviour_spec()),
client_timeout: Membrane.Time.t()
]

Expand Down

0 comments on commit 39f8186

Please sign in to comment.