Format the code.
This commit is contained in:
parent
480932c8e5
commit
4afbef39f4
111 changed files with 4912 additions and 2769 deletions
|
|
@ -26,8 +26,9 @@ defmodule Pleroma.Web do
|
|||
|
||||
def view do
|
||||
quote do
|
||||
use Phoenix.View, root: "lib/pleroma/web/templates",
|
||||
namespace: Pleroma.Web
|
||||
use Phoenix.View,
|
||||
root: "lib/pleroma/web/templates",
|
||||
namespace: Pleroma.Web
|
||||
|
||||
# Import convenience functions from controllers
|
||||
import Phoenix.Controller, only: [get_csrf_token: 0, get_flash: 2, view_module: 1]
|
||||
|
|
@ -59,6 +60,6 @@ defmodule Pleroma.Web do
|
|||
end
|
||||
|
||||
def base_url do
|
||||
Pleroma.Web.Endpoint.url
|
||||
Pleroma.Web.Endpoint.url()
|
||||
end
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue