Skip to content

Commit

Permalink
chore: format
Browse files Browse the repository at this point in the history
  • Loading branch information
zachdaniel committed Dec 10, 2024
1 parent a3854ab commit 46c06ef
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion lib/ash/action_input.ex
Original file line number Diff line number Diff line change
Expand Up @@ -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 \\ [])

Expand Down

0 comments on commit 46c06ef

Please sign in to comment.