mirror of
https://git.pleroma.social/pleroma/pleroma.git
synced 2025-01-03 05:48:42 +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
|
||||
_ -> e
|
||||
end
|
||||
e -> {:error, e}
|
||||
|
||||
e ->
|
||||
{:error, e}
|
||||
end
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in a new issue