Lint
[akkoma] / test / plugs / remote_ip_test.exs
index b45baf75fb5dbec406997e23df876566904cf2ba..6d01c812de291379aab4c9c6c1f7fb1cf515f2ce 100644 (file)
@@ -104,6 +104,5 @@ defmodule Pleroma.Plugs.RemoteIpTest do
       |> RemoteIp.call(nil)
 
     assert conn.remote_ip == {1, 1, 1, 1}
-
   end
 end