Merge branch 'support/oauth' into 'develop'
[akkoma] / lib / pleroma / web / metadata / twitter_card.ex
index a0be383e58b70d1de05424577bcd6b00f9e77777..040b872e7034d840705ffb324628d223a9f197b3 100644 (file)
@@ -97,7 +97,8 @@ defmodule Pleroma.Web.Metadata.Providers.TwitterCard do
                 | acc
               ]
 
-            # TODO: Need the true width and height values here or Twitter renders an iFrame with a bad aspect ratio
+            # TODO: Need the true width and height values here or Twitter renders an iFrame with
+            # a bad aspect ratio
             "video" ->
               [
                 {:meta, [property: "twitter:card", content: "player"], []},