From 46c06efecbb2a933d0d16f68844632ce2ff639f5 Mon Sep 17 00:00:00 2001 From: Zach Daniel Date: Tue, 10 Dec 2024 13:32:01 -0500 Subject: [PATCH] chore: format --- lib/ash/action_input.ex | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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 \\ [])