Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Nelson committed Jan 12, 2025
1 parent ad7dc69 commit 6098aa7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/e2e/support/custom_events_live.ex
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ defmodule Phoenix.LiveViewTest.E2E.CustomEventsLive do
liveSocket.connect()
window.liveSocket = liveSocket
</script>
<%= @inner_content %>
{@inner_content}
"""
end

Expand All @@ -38,7 +38,7 @@ defmodule Phoenix.LiveViewTest.E2E.CustomEventsLive do
def render(assigns) do
~H"""
<my-button id="mybutton" phx-custom-events="my_event"></my-button>
<div id="foo"><%= @foo %></div>
<div id="foo">{@foo}</div>
"""
end

Expand Down

0 comments on commit 6098aa7

Please sign in to comment.