Skip to content

Commit 48a688b

Browse files
remove unused variable
1 parent d50cf7b commit 48a688b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/phoenix/endpoint/endpoint_test.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -322,7 +322,7 @@ defmodule Phoenix.Endpoint.EndpointTest do
322322
)
323323

324324
Endpoint.subscribe("anothertopic")
325-
pid = spawn fn ->
325+
spawn fn ->
326326
Endpoint.subscribe("anothertopic")
327327
send(me, :subscribed)
328328

0 commit comments

Comments
 (0)