endpoint: fix formatting

This commit is contained in:
William Pitcock 2018-11-10 11:18:25 +00:00
parent 2fab32ab61
commit 03a9990baf
1 changed files with 2 additions and 1 deletions

View File

@ -17,7 +17,8 @@ defmodule Pleroma.Web.Endpoint do
Plug.Static,
at: "/",
from: :pleroma,
only: ~w(index.html static finmoji emoji packs sounds images instance sw.js favicon.png schemas)
only:
~w(index.html static finmoji emoji packs sounds images instance sw.js favicon.png schemas)
)
# Code reloading can be explicitly enabled under the