Add tags
[akkoma] / lib / pleroma / plugs / user_fetcher_plug.ex
index 04957148b5a46ff20561e996c4b09afb1728d9d5..5a77f683361321be000612417268d212f99ac0e6 100644 (file)
@@ -1,12 +1,13 @@
 # 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.Plugs.UserFetcherPlug do
-  import Plug.Conn
   alias Pleroma.Repo
   alias Pleroma.User
 
+  import Plug.Conn
+
   def init(options) do
     options
   end