Fix formatting.
authorlain <lain@soykaf.club>
Sat, 3 Nov 2018 15:40:57 +0000 (16:40 +0100)
committerlain <lain@soykaf.club>
Sat, 3 Nov 2018 15:40:57 +0000 (16:40 +0100)
test/web/mastodon_api/status_view_test.exs

index b29f13e2024242efbda8f9646a783ea9d4011c3f..31554a07d101e48a8ef7795edef929271ed08569 100644 (file)
@@ -9,10 +9,14 @@ defmodule Pleroma.Web.MastodonAPI.StatusViewTest do
 
   test "a note with null content" do
     note = insert(:note_activity)
-    data = note.data
-    |> put_in(["object", "content"], nil)
-    note = note
-    |> Map.put(:data, data)
+
+    data =
+      note.data
+      |> put_in(["object", "content"], nil)
+
+    note =
+      note
+      |> Map.put(:data, data)
 
     user = User.get_cached_by_ap_id(note.data["actor"])