F O R M A T I N G

This commit is contained in:
Rin Toshaka 2018-12-02 20:27:49 +01:00
parent 57c71f8468
commit 03b2d1016d
2 changed files with 2 additions and 3 deletions

View File

@ -145,7 +145,6 @@ def run(["new" | rest]) do
end
end
defp escape_sh_path(path) do
~S(') <> String.replace(path, ~S('), ~S(\')) <> ~S(')
end

View File

@ -277,8 +277,8 @@ def run(["invite"]) do
_ ->
Mix.shell().error("Could not create invite token.")
end
end
defp set_locked(nickname, value) do
Mix.Ecto.ensure_started(Repo, [])