static fe: formatting

This commit is contained in:
William Pitcock 2019-03-02 14:23:26 +00:00 committed by Phil Hagelberg
parent a4d3a8ec03
commit ff8d0902f3
1 changed files with 2 additions and 1 deletions

View File

@ -31,7 +31,8 @@ defmodule Pleroma.Web.StaticFE.StaticFEController do
end
end
def show(%{path_info: ["notice", notice_id]} = conn, _params), do: show_notice(conn, %{"notice_id" => notice_id})
def show(%{path_info: ["notice", notice_id]} = conn, _params),
do: show_notice(conn, %{"notice_id" => notice_id})
# Fallback for unhandled types
def show(conn, _params) do