mirror of
https://git.pleroma.social/pleroma/pleroma.git
synced 2024-12-23 00:26:30 +00:00
static fe: formatting
This commit is contained in:
parent
a4d3a8ec03
commit
ff8d0902f3
1 changed files with 2 additions and 1 deletions
|
@ -31,7 +31,8 @@ defmodule Pleroma.Web.StaticFE.StaticFEController do
|
||||||
end
|
end
|
||||||
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
|
# Fallback for unhandled types
|
||||||
def show(conn, _params) do
|
def show(conn, _params) do
|
||||||
|
|
Loading…
Reference in a new issue