Skip to content

Commit

Permalink
format code
Browse files Browse the repository at this point in the history
  • Loading branch information
AfonsoMartins26 committed Jan 13, 2025
1 parent 72248c5 commit 55b082d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion lib/cesium_link_web/live/link_live/form_component.ex
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,6 @@ defmodule CesiumLinkWeb.LinkLive.FormComponent do
end
end


defp assign_form(socket, %Ecto.Changeset{} = changeset) do
assign(socket, :form, to_form(changeset))
end
Expand Down
1 change: 1 addition & 0 deletions lib/cesium_link_web/live/link_live/index.ex
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ defmodule CesiumLinkWeb.LinkLive.Index do
in_future = publish_in_future?(link)
Map.put(link, :in_future, in_future)
end)

{:ok, stream(socket, :links, enriched_links)}
end

Expand Down

0 comments on commit 55b082d

Please sign in to comment.