[#2497] Formatting fix.
authorIvan Tashkinov <ivantashkinov@gmail.com>
Thu, 10 Sep 2020 18:54:26 +0000 (21:54 +0300)
committerIvan Tashkinov <ivantashkinov@gmail.com>
Thu, 10 Sep 2020 18:54:26 +0000 (21:54 +0300)
lib/pleroma/web/media_proxy/media_proxy_controller.ex

index 5621f72dc55d76860d46b7f74ef5546fef8a6d03..ff7fd240977cc853603f089e14779f18054a6608 100644 (file)
@@ -158,7 +158,7 @@ defmodule Pleroma.Web.MediaProxy.MediaProxyController do
     |> put_resp_header("cache-control", ReverseProxy.default_cache_control_header())
   end
 
-  defp thumbnail_max_dimensions() do
+  defp thumbnail_max_dimensions do
     config = Config.get([:media_preview_proxy], [])
 
     thumbnail_max_width = Keyword.fetch!(config, :thumbnail_max_width)