Skip to content

Commit a8541d7

Browse files
committed
format for 1.19
1 parent f821d9c commit a8541d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/support/live_views/general.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -323,7 +323,7 @@ defmodule Phoenix.LiveViewTest.Support.ErrorsLive do
323323
def mount(_params, _session, socket), do: {:ok, socket}
324324

325325
def handle_params(%{"crash_on" => "disconnected_handle_params"}, _, %Socket{transport_pid: nil}),
326-
do: raise("boom disconnected handle_params")
326+
do: raise("boom disconnected handle_params")
327327

328328
def handle_params(%{"crash_on" => "connected_handle_params"}, _, %Socket{transport_pid: pid})
329329
when is_pid(pid),

0 commit comments

Comments
 (0)