chore: format

This commit is contained in:
Zach Daniel 2024-09-12 10:00:08 -04:00
parent 5cf0f6b7d1
commit 95ac815948
2 changed files with 13 additions and 15 deletions

View file

@ -439,7 +439,6 @@ defmodule Ash.Actions.ManagedRelationships do
) )
end end
end end
catch catch
{DBConnection, ref, error} -> {DBConnection, ref, error} ->
throw({DBConnection, ref, set_error_path(error, relationship, index, opts)}) throw({DBConnection, ref, set_error_path(error, relationship, index, opts)})
@ -633,7 +632,6 @@ defmodule Ash.Actions.ManagedRelationships do
catch catch
{DBConnection, ref, error} -> {DBConnection, ref, error} ->
throw({DBConnection, ref, set_error_path(error, relationship, input_index, opts)}) throw({DBConnection, ref, set_error_path(error, relationship, input_index, opts)})
end end
end end
) )