Credo fixes: parameter consistency
This commit is contained in:
parent
8bcfac93a8
commit
106f4e7a0f
8 changed files with 9 additions and 9 deletions
|
|
@ -47,7 +47,7 @@ defmodule Pleroma.Gopher.Server.ProtocolHandler do
|
|||
{:ok, pid}
|
||||
end
|
||||
|
||||
def init(ref, socket, transport, _Opts = []) do
|
||||
def init(ref, socket, transport, [] = _Opts) do
|
||||
:ok = :ranch.accept_ack(ref)
|
||||
loop(socket, transport)
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue