Fix linting.

This commit is contained in:
lain 2020-08-05 15:40:32 +02:00
parent f889400d05
commit 5221879c35
1 changed files with 1 additions and 1 deletions

View File

@ -255,7 +255,7 @@ defmodule Pleroma.Object do
end
end
defp poll_is_multiple?(%Object{data: %{"anyOf" => [_ | _]}}), do: true
defp poll_is_multiple?(%Object{data: %{"anyOf" => [_ | _]}}), do: true
defp poll_is_multiple?(_), do: false