forked from AkkomaGang/akkoma
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 @@ def show_notice(conn, %{"notice_id" => notice_id}) 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