Credo fixes for the credo god.
authorlain <lain@soykaf.club>
Thu, 21 May 2020 12:12:32 +0000 (14:12 +0200)
committerlain <lain@soykaf.club>
Thu, 21 May 2020 12:12:32 +0000 (14:12 +0200)
test/web/activity_pub/object_validator_test.exs

index 84e5edd05f9ed71c5dba1ec9b71dae8f64a23241..7953eecf2734ee7a7393da0ebfa70fa294ba1613 100644 (file)
@@ -364,7 +364,7 @@ defmodule Pleroma.Web.ActivityPub.ObjectValidatorTest do
 
       assert {:ok, _, _} = ObjectValidator.validate(announce, [])
 
-      # The actor of the object can not announce it publicly 
+      # The actor of the object can not announce it publicly
       {:ok, announce, []} = Builder.announce(user, object, public: true)
 
       {:error, cng} = ObjectValidator.validate(announce, [])