chore: make credo happy

This commit is contained in:
Zach Daniel 2024-08-09 09:54:53 -04:00
parent a51bab698f
commit 2909e22e4c

View file

@ -6,6 +6,7 @@ defmodule Example.Accounts.User do
domain: Example.Accounts
require Logger
alias Ash.Error.Query.InvalidArgument
@type t :: %__MODULE__{
id: Ecto.UUID.t(),