fix credo
This commit is contained in:
parent
10fef2fcee
commit
4244e17de0
18 changed files with 19 additions and 19 deletions
|
|
@ -9,5 +9,5 @@ defmodule MRFModuleMock do
|
|||
def filter(message), do: {:ok, message}
|
||||
|
||||
@impl true
|
||||
def describe(), do: {:ok, %{mrf_module_mock: "some config data"}}
|
||||
def describe, do: {:ok, %{mrf_module_mock: "some config data"}}
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue