[#2497] Formatting fix.

This commit is contained in:
Ivan Tashkinov 2020-09-10 21:54:26 +03:00
parent dc4e06e199
commit 4d18a50f3c
1 changed files with 1 additions and 1 deletions

View 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)