From fec966ae59af3de1d1098ca11192041402c039cb Mon Sep 17 00:00:00 2001 From: Ben Busby Date: Fri, 12 Nov 2021 14:40:05 -0700 Subject: Fix formatting --- test/farside_test.exs | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'test') diff --git a/test/farside_test.exs b/test/farside_test.exs index a64a389..d508b27 100644 --- a/test/farside_test.exs +++ b/test/farside_test.exs @@ -10,9 +10,10 @@ defmodule FarsideTest do def test_conn(path) do :timer.sleep(1000) + :get - |> conn(path, "") - |> Router.call(@opts) + |> conn(path, "") + |> Router.call(@opts) end test "throttle" do -- cgit v1.2.3