File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ defmodule Shinkai.Config do
1616 default: 1935 ,
1717 doc: "RTMP listening port" ,
1818 type_doc: "`t::socket.port_number/0`" ,
19- type_spec: quote do: :socket . port_number ( )
19+ type_spec: quote ( do: :socket . port_number ( ) )
2020 ]
2121 ]
2222
@@ -31,7 +31,7 @@ defmodule Shinkai.Config do
3131 default: 8554 ,
3232 doc: "RTSP listening port" ,
3333 type_doc: "`t::socket.port_number/0`" ,
34- type_spec: quote do: :socket . port_number ( )
34+ type_spec: quote ( do: :socket . port_number ( ) )
3535 ]
3636 ]
3737
@@ -46,7 +46,7 @@ defmodule Shinkai.Config do
4646 default: 8888 ,
4747 doc: "http port" ,
4848 type_doc: "`t::socket.port_number/0`" ,
49- type_spec: quote do: :socket . port_number ( )
49+ type_spec: quote ( do: :socket . port_number ( ) )
5050 ] ,
5151 certfile: [
5252 type: { :or , [ :string , nil ] } ,
You can’t perform that action at this time.
0 commit comments