Skip to content

Commit eeb3140

Browse files
committed
chore: format
1 parent 44f9a85 commit eeb3140

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

test/support/resources/author.ex

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,9 @@ defmodule AshPostgres.Test.Author do
221221
field?(false)
222222
end
223223

224-
calculate :non_field_refers_to_field_calc, :string, expr(full_name <> " (" <> non_field_full_name <> ")") do
224+
calculate :non_field_refers_to_field_calc,
225+
:string,
226+
expr(full_name <> " (" <> non_field_full_name <> ")") do
225227
field?(false)
226228
end
227229

0 commit comments

Comments
 (0)