Web.Federator: Fix unused variable
[akkoma] / lib / pleroma / web / mastodon_api / websocket_handler.ex
index 7b90649ad03f7763746b7efe6bd694ffbd6c4ebe..ce42338a744b74ee783293c364358f67dcee657b 100644 (file)
@@ -1,12 +1,12 @@
 # Pleroma: A lightweight social networking server
-# Copyright © 2017-2018 Pleroma Authors <https://pleroma.social/>
+# Copyright © 2017-2019 Pleroma Authors <https://pleroma.social/>
 # SPDX-License-Identifier: AGPL-3.0-only
 
 defmodule Pleroma.Web.MastodonAPI.WebsocketHandler do
   require Logger
 
   alias Pleroma.Web.OAuth.Token
-  alias Pleroma.{User, Repo}
+  alias Pleroma.{Repo, User}
 
   @behaviour :cowboy_websocket_handler