We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44f9a85 commit eeb3140Copy full SHA for eeb3140
1 file changed
test/support/resources/author.ex
@@ -221,7 +221,9 @@ defmodule AshPostgres.Test.Author do
221
field?(false)
222
end
223
224
- calculate :non_field_refers_to_field_calc, :string, expr(full_name <> " (" <> non_field_full_name <> ")") do
+ calculate :non_field_refers_to_field_calc,
225
+ :string,
226
+ expr(full_name <> " (" <> non_field_full_name <> ")") do
227
228
229
0 commit comments