Skip to content

Commit

Permalink
Run mix format (#429)
Browse files Browse the repository at this point in the history
  • Loading branch information
dvic committed Aug 15, 2023
1 parent 2597c1d commit 2a57389
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/phoenix_html/form_data.ex
@@ -1,9 +1,9 @@
defprotocol Phoenix.HTML.FormData do
@moduledoc """
Converts a data structure into a [`Phoenix.HTML.Form`](`t:Phoenix.HTML.Form.t/0`) struct.
## Ecto integration
Phoenix provides integration of forms with Ecto changesets and data
structures via the [phoenix_ecto](https://hex.pm/packages/phoenix_ecto) package.
If a project was generated without Ecto support that dependency will need to be
Expand Down

0 comments on commit 2a57389

Please sign in to comment.