alias alphabetically order
[akkoma] / lib / pleroma / web / mastodon_api / controllers / scheduled_activity_controller.ex
index 97d2fea23b3ea15ae8bde5a765c7fa4348a0f15f..322a46497ba28e6b9243002c5ffe40430d2bd9eb 100644 (file)
@@ -7,9 +7,9 @@ defmodule Pleroma.Web.MastodonAPI.ScheduledActivityController do
 
   import Pleroma.Web.ControllerHelper, only: [add_link_headers: 2]
 
-  alias Pleroma.Web.Plugs.OAuthScopesPlug
   alias Pleroma.ScheduledActivity
   alias Pleroma.Web.MastodonAPI.MastodonAPI
+  alias Pleroma.Web.Plugs.OAuthScopesPlug
 
   @oauth_read_actions [:show, :index]