Skip to content

Commit

Permalink
Remove closing bracket 🔥 (#111)
Browse files Browse the repository at this point in the history
  • Loading branch information
De Wet Blomerus authored Oct 13, 2023
1 parent ad1d31b commit 4aa4ad8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/ash_phoenix/form/form.ex
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ defmodule AshPhoenix.Form do
|> AshPhoenix.Form.for_update(:update,
api: MyApi,
forms: [auto?: true]
])
)
|> to_form()
```
Expand Down

0 comments on commit 4aa4ad8

Please sign in to comment.