Merge branch 'develop' into issue/1218
[akkoma] / test / plugs / set_locale_plug_test.exs
index 3e31b0ae7dbc83a512793f21bc836b3927b783ea..0aaeedc1e662c0f9c5b479f795b6d441f8b1cb77 100644 (file)
@@ -1,13 +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.SetLocalePlugTest do
   use ExUnit.Case, async: true
   use Plug.Test
 
-  alias Plug.Conn
   alias Pleroma.Plugs.SetLocalePlug
+  alias Plug.Conn
 
   test "default locale is `en`" do
     conn =