From ed8c548ad740425641c762536ecbd867bb8a0127 Mon Sep 17 00:00:00 2001 From: FloatingGhost Date: Fri, 5 Aug 2022 14:17:00 +0100 Subject: [PATCH] mix format --- test/pleroma/web/activity_pub/activity_pub_test.exs | 1 - 1 file changed, 1 deletion(-) diff --git a/test/pleroma/web/activity_pub/activity_pub_test.exs b/test/pleroma/web/activity_pub/activity_pub_test.exs index 6e2608811..90680e8cc 100644 --- a/test/pleroma/web/activity_pub/activity_pub_test.exs +++ b/test/pleroma/web/activity_pub/activity_pub_test.exs @@ -1390,7 +1390,6 @@ defmodule Pleroma.Web.ActivityPub.ActivityPubTest do assert is_nil(activity) assert is_nil(Utils.fetch_latest_follow(follower, followed)) end - end describe "timeline post-processing" do