mirror of
https://git.pleroma.social/pleroma/pleroma.git
synced 2025-01-05 06:48:41 +00:00
Formatting
This commit is contained in:
parent
1f3ac66844
commit
d3c2180181
1 changed files with 3 additions and 1 deletions
|
@ -530,7 +530,9 @@ defmodule Pleroma.Web.ActivityPub.Transmogrifier do
|
||||||
else
|
else
|
||||||
_ -> e
|
_ -> e
|
||||||
end
|
end
|
||||||
e -> {:error, e}
|
|
||||||
|
e ->
|
||||||
|
{:error, e}
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue