Skip to content

Commit 3881c06

Browse files
committed
chore: format
1 parent 8f37dee commit 3881c06

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

lib/ash_json_api/request.ex

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1179,7 +1179,11 @@ defmodule AshJsonApi.Request do
11791179
Enum.find(
11801180
action.arguments,
11811181
&(&1.public? &&
1182-
AshJsonApi.Resource.Info.apply_argument_name_mapping(arg_names, action.name, &1.name) ==
1182+
AshJsonApi.Resource.Info.apply_argument_name_mapping(
1183+
arg_names,
1184+
action.name,
1185+
&1.name
1186+
) ==
11831187
key)
11841188
)
11851189

0 commit comments

Comments
 (0)