[Credo] Remove parentesis on argument-less functions

This commit is contained in:
Haelwenn (lanodan) Monnier 2019-03-05 04:18:43 +01:00
commit fb82f6fc7c
No known key found for this signature in database
GPG key ID: D5B7A8E43C997DEE
19 changed files with 40 additions and 40 deletions

View file

@ -1274,7 +1274,7 @@ defmodule Pleroma.Web.MastodonAPI.MastodonAPIController do
end
end
defp get_or_make_app() do
defp get_or_make_app do
find_attrs = %{client_name: @local_mastodon_name, redirect_uris: "."}
scopes = ["read", "write", "follow", "push"]