summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFernando Tapia Rico <fertapric@gmail.com>2018-12-21 10:21:15 +0100
committerJosé Valim <jose.valim@gmail.com>2018-12-21 10:21:15 +0100
commitbd6f2ebe9ad2df4b5b6d0b9d4d05382789f5b788 (patch)
tree37a13d3e39ba3dc16ecd73a21a800bbe5174fee5
parent7634f3f4c9380bdadd0e74eb76e9f7ae8cf27a1d (diff)
downloadelixir-bd6f2ebe9ad2df4b5b6d0b9d4d05382789f5b788.tar.gz
Remove trailing commas in templates (#8545)
-rw-r--r--lib/mix/lib/mix/tasks/new.ex6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/mix/lib/mix/tasks/new.ex b/lib/mix/lib/mix/tasks/new.ex
index 4fc436433..13c60d352 100644
--- a/lib/mix/lib/mix/tasks/new.ex
+++ b/lib/mix/lib/mix/tasks/new.ex
@@ -321,7 +321,7 @@ defmodule Mix.Tasks.New do
defp deps do
[
# {:dep_from_hexpm, "~> 0.3.0"},
- # {:dep_from_git, git: "https://github.com/elixir-lang/my_dep.git", tag: "0.1.0"},
+ # {:dep_from_git, git: "https://github.com/elixir-lang/my_dep.git", tag: "0.1.0"}
]
end
end
@@ -357,7 +357,7 @@ defmodule Mix.Tasks.New do
[
# {:dep_from_hexpm, "~> 0.3.0"},
# {:dep_from_git, git: "https://github.com/elixir-lang/my_dep.git", tag: "0.1.0"},
- # {:sibling_app_in_umbrella, in_umbrella: true},
+ # {:sibling_app_in_umbrella, in_umbrella: true}
]
end
end
@@ -475,7 +475,7 @@ defmodule Mix.Tasks.New do
# List all child processes to be supervised
children = [
# Starts a worker by calling: <%= @mod %>.Worker.start_link(arg)
- # {<%= @mod %>.Worker, arg},
+ # {<%= @mod %>.Worker, arg}
]
# See https://hexdocs.pm/elixir/Supervisor.html