Formatting

This commit is contained in:
Mark Felder 2019-02-12 00:37:22 +00:00
parent 4956ab5ea3
commit c984e8272a
1 changed files with 2 additions and 2 deletions

View File

@ -99,8 +99,8 @@ defp build_attachments(%{data: %{"attachment" => attachments}}) 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