Lint fix
authorRin Toshaka <rinpatch@sdf.org>
Sun, 2 Dec 2018 18:20:50 +0000 (19:20 +0100)
committerRin Toshaka <rinpatch@sdf.org>
Sun, 2 Dec 2018 18:20:50 +0000 (19:20 +0100)
lib/mix/tasks/pleroma/instance.ex

index 639893985992fe8d5fb9c682fe1129dcfa68f8ad..8c728625ab0a0436e36695dfdaf005ac3b546949 100644 (file)
@@ -7,7 +7,7 @@ defmodule Mix.Tasks.Pleroma.Instance do
   Manages Pleroma instance.
 
   ## Generate a new instance.
-  
+
     mix pleroma.instance new [OPTION...]
 
   If any options are left unspecified, you will be prompted interactively
@@ -161,4 +161,3 @@ defmodule Mix.Tasks.Pleroma.Instance do
     ~S(') <> String.replace(path, ~S('), ~S(\')) <> ~S(')
   end
 end
-