Fix credo warnings
authorEgor Kislitsyn <egor@kislitsyn.com>
Tue, 20 Oct 2020 13:47:04 +0000 (17:47 +0400)
committerEgor Kislitsyn <egor@kislitsyn.com>
Tue, 20 Oct 2020 13:47:04 +0000 (17:47 +0400)
lib/pleroma/web/pleroma_api/controllers/backup_controller.ex
test/pleroma/user/backup_test.exs

index bd7b3688099b3fb7e97df3015cc7e1530d3e211f..dd0a2e22f4f9d0b18bfa89bf3e065ab240c868ec 100644 (file)
@@ -5,8 +5,8 @@
 defmodule Pleroma.Web.PleromaAPI.BackupController do
   use Pleroma.Web, :controller
 
-  alias Pleroma.Web.Plugs.OAuthScopesPlug
   alias Pleroma.User.Backup
+  alias Pleroma.Web.Plugs.OAuthScopesPlug
 
   action_fallback(Pleroma.Web.MastodonAPI.FallbackController)
   plug(OAuthScopesPlug, %{scopes: ["read:accounts"]} when action in [:index, :create])
index 5ad5878333e3242d2785b88593ff08b361adf9be..51379891169bd88992ff3b8e68531fecc89df5ee 100644 (file)
@@ -10,9 +10,9 @@ defmodule Pleroma.User.BackupTest do
   import Pleroma.Factory
   import Swoosh.TestAssertions
 
-  alias Pleroma.User.Backup
   alias Pleroma.Bookmark
   alias Pleroma.Tests.ObanHelpers
+  alias Pleroma.User.Backup
   alias Pleroma.Web.CommonAPI
   alias Pleroma.Workers.BackupWorker