chore: credo

This commit is contained in:
Zach Daniel 2023-05-03 19:58:09 -04:00
parent b376b7267a
commit ab3267fdc8

View file

@ -53,7 +53,7 @@ defmodule Ash.Type.Map do
{:ok, value}
end
def ecto_type(), do: :map
def ecto_type, do: :map
@moduledoc """
Represents a map stored in the database.