fix credo

This commit is contained in:
Ariadne Conill 2019-08-13 22:36:24 +00:00
commit 4244e17de0
18 changed files with 19 additions and 19 deletions

View file

@ -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