summaryrefslogtreecommitdiff
path: root/test/rebar_utils_SUITE.erl
diff options
context:
space:
mode:
Diffstat (limited to 'test/rebar_utils_SUITE.erl')
-rw-r--r--test/rebar_utils_SUITE.erl5
1 files changed, 2 insertions, 3 deletions
diff --git a/test/rebar_utils_SUITE.erl b/test/rebar_utils_SUITE.erl
index ce26bbc..e9b32e2 100644
--- a/test/rebar_utils_SUITE.erl
+++ b/test/rebar_utils_SUITE.erl
@@ -29,8 +29,7 @@
all() ->
- [{group, args_to_tasks}
- ].
+ [{group, args_to_tasks}].
groups() ->
[{args_to_tasks, [], [empty_arglist,
@@ -118,4 +117,4 @@ special_task_do(_Config) ->
[{"foo", []}, {"do", ["bar,", "baz"]}] = rebar_utils:args_to_tasks(["foo,",
"do",
"bar,",
- "baz"]). \ No newline at end of file
+ "baz"]).