Formatting

This commit is contained in:
Mark Felder 2019-02-12 00:37:22 +00:00
parent 4956ab5ea3
commit c984e8272a

View file

@ -99,8 +99,8 @@ defmodule Pleroma.Web.Metadata.Providers.OpenGraph do
"image" ->
[
{:meta, [property: "og:" <> media_type, content: Utils.attachment_url(url["href"])],
[]},
{:meta,
[property: "og:" <> media_type, content: Utils.attachment_url(url["href"])], []},
{:meta, [property: "og:image:width", content: 150], []},
{:meta, [property: "og:image:height", content: 150], []}
| acc