Merge branch 'features/add-credo-to-ci' into 'develop'
[akkoma] / lib / pleroma / web / auth / pleroma_authenticator.ex
index 3cc19af016446c08c9fc73a29751db746e226fae..333446befc681c7e8d9df2b6a95f66dd3eaaa151 100644 (file)
@@ -3,8 +3,8 @@
 # SPDX-License-Identifier: AGPL-3.0-only
 
 defmodule Pleroma.Web.Auth.PleromaAuthenticator do
-  alias Pleroma.User
   alias Comeonin.Pbkdf2
+  alias Pleroma.User
 
   @behaviour Pleroma.Web.Auth.Authenticator