alias alphabetically order
[akkoma] / lib / pleroma / web / admin_api / controllers / o_auth_app_controller.ex
index eb86ed17cc4700b9306773cb2c60b0abd6422b76..116a05a4df166963735bbd35af928b8d87402e52 100644 (file)
@@ -7,8 +7,8 @@ defmodule Pleroma.Web.AdminAPI.OAuthAppController do
 
   import Pleroma.Web.ControllerHelper, only: [json_response: 3]
 
-  alias Pleroma.Web.Plugs.OAuthScopesPlug
   alias Pleroma.Web.OAuth.App
+  alias Pleroma.Web.Plugs.OAuthScopesPlug
 
   require Logger