lib/mix/tasks/unsubscribe_user.ex: Fix syntax from bad line copy
This commit is contained in:
parent
64c0289893
commit
5e3207045e
1 changed files with 0 additions and 1 deletions
|
@ -10,7 +10,6 @@ defmodule Mix.Tasks.UnsubscribeUser do
|
|||
|
||||
Example: ``mix unsubscribe_user lain``
|
||||
"""
|
||||
def run([nickname]) do
|
||||
def run([nickname]) do
|
||||
Mix.Task.run("app.start")
|
||||
|
||||
|
|
Loading…
Reference in a new issue