Slightly better formatting
[akkoma] / lib / pleroma / web / plugs / ensure_public_or_authenticated_plug.ex
index 7265bb87aaa0a158f94c9da3dc16260fd1fa4d28..b6dfc4f3ca8cb7a0e1a597743aeb91f14f8a2ad2 100644 (file)
@@ -1,8 +1,8 @@
 # Pleroma: A lightweight social networking server
-# Copyright © 2017-2020 Pleroma Authors <https://pleroma.social/>
+# Copyright © 2017-2021 Pleroma Authors <https://pleroma.social/>
 # SPDX-License-Identifier: AGPL-3.0-only
 
-defmodule Pleroma.Plugs.EnsurePublicOrAuthenticatedPlug do
+defmodule Pleroma.Web.Plugs.EnsurePublicOrAuthenticatedPlug do
   import Pleroma.Web.TranslationHelpers
   import Plug.Conn