aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIvan Tashkinov <ivant.business@gmail.com>2019-04-01 09:45:44 +0300
committerIvan Tashkinov <ivant.business@gmail.com>2019-04-01 09:45:44 +0300
commit804173fc924ec591558b8ed7671e35b506be9345 (patch)
tree0203d00c9533c750b2544e91e9086d2e6cc5bd09
parenteadafc88b898879eb50545b700ea13c8596e908b (diff)
downloadpleroma-804173fc924ec591558b8ed7671e35b506be9345.tar.gz
[#923] Minor code readability fix.
-rw-r--r--lib/pleroma/web/auth/authenticator.ex2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/pleroma/web/auth/authenticator.ex b/lib/pleroma/web/auth/authenticator.ex
index bb87b323c..4eeef5034 100644
--- a/lib/pleroma/web/auth/authenticator.ex
+++ b/lib/pleroma/web/auth/authenticator.ex
@@ -3,8 +3,8 @@
# SPDX-License-Identifier: AGPL-3.0-only
defmodule Pleroma.Web.Auth.Authenticator do
- alias Pleroma.User
alias Pleroma.Registration
+ alias Pleroma.User
def implementation do
Pleroma.Config.get(