fix formatting
authorMaksim Pechnikov <parallel588@gmail.com>
Fri, 13 Sep 2019 12:06:34 +0000 (15:06 +0300)
committerMaksim Pechnikov <parallel588@gmail.com>
Fri, 13 Sep 2019 12:06:34 +0000 (15:06 +0300)
test/web/mastodon_api/mastodon_api_controller_test.exs

index f899d77d98a6c31071fb2813c7e4b80a0d3e2532..58efbba385dbb8f68f675ea96754539aad04f8e8 100644 (file)
@@ -3626,7 +3626,7 @@ defmodule Pleroma.Web.MastodonAPI.MastodonAPIControllerTest do
       res = post(conn, "/api/v1/accounts", valid_params)
       assert json_response(res, 200)
 
-      [{127,0,0,1}, {127,0,0,2}, {127,0,0,3}, {127,0,0,4}]
+      [{127, 0, 0, 1}, {127, 0, 0, 2}, {127, 0, 0, 3}, {127, 0, 0, 4}]
       |> Stream.zip(valid_params)
       |> Enum.each(fn {ip, {attr, _}} ->
         res =