Add trailing commas to multi-line lists and maps

This commit is contained in:
Jay Hayes
2016-04-23 20:38:20 -05:00
parent c60f7c0033
commit 7465dca41f
10 changed files with 10 additions and 10 deletions

View File

@@ -11,7 +11,7 @@ defmodule TupleTests do
{:a, :new_thing, "hi"},
{"Huey", "Dewey", "Louie"},
{:this, :is, :awesome},
[:this, :can, :be, :a, :list]
[:this, :can, :be, :a, :list],
]
test_all(Tuples, answers)