diff --git a/lib/ash/action_input.ex b/lib/ash/action_input.ex index 7be9c31bc..1b39c8266 100644 --- a/lib/ash/action_input.ex +++ b/lib/ash/action_input.ex @@ -369,7 +369,11 @@ defmodule Ash.ActionInput do See `Ash.Error.to_ash_error/3` for more on supported values for `error` """ - @spec add_error(t(), Ash.Error.error_input() | list(Ash.Error.error_input()), Ash.Error.path_input()) :: t() + @spec add_error( + t(), + Ash.Error.error_input() | list(Ash.Error.error_input()), + Ash.Error.path_input() + ) :: t() @spec add_error(t(), Ash.Error.error_input() | list(Ash.Error.error_input())) :: t() def add_error(input, errors, path \\ [])