Skip to content

Commit 468f97b

Browse files
committed
mix format
1 parent 54c2bfe commit 468f97b

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

lib/ash/expr/expr.ex

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1334,7 +1334,11 @@ defmodule Ash.Expr do
13341334

13351335
{^type, matched_constraints} ->
13361336
{:cont,
1337-
Map.update!(acc, :types, &[{{:array, type}, items: matched_constraints} | &1])}
1337+
Map.update!(
1338+
acc,
1339+
:types,
1340+
&[{{:array, type}, items: matched_constraints} | &1]
1341+
)}
13381342

13391343
_ ->
13401344
{:halt, :error}

0 commit comments

Comments
 (0)