summaryrefslogtreecommitdiff
path: root/src/rebar_eunit.erl
diff options
context:
space:
mode:
authorTuncer Ayaz <tuncer.ayaz@gmail.com>2012-08-22 19:14:35 +0200
committerTuncer Ayaz <tuncer.ayaz@gmail.com>2012-08-22 19:14:35 +0200
commitf528c397f85b56471ebd5776b9653045a4515a67 (patch)
tree0ed8e197a3a43c1de2385809d1f46356f2529ad9 /src/rebar_eunit.erl
parent3c0d97bf2c3befb1b5caf70428075146baedea72 (diff)
Fix whitespace errors in rebar_ct and rebar_eunit
Diffstat (limited to 'src/rebar_eunit.erl')
-rw-r--r--src/rebar_eunit.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rebar_eunit.erl b/src/rebar_eunit.erl
index 9e6d5e4..229a8cc 100644
--- a/src/rebar_eunit.erl
+++ b/src/rebar_eunit.erl
@@ -245,7 +245,7 @@ get_matching_tests1([Module|TModules], Functions, TestFunctions) ->
TestModuleExports = get_beam_test_exports(TestModuleStr),
%% Build tests {M, F} list
Tests = get_matching_tests2(Functions, {Module, ModuleExports},
- {list_to_atom(TestModuleStr), TestModuleExports}),
+ {list_to_atom(TestModuleStr), TestModuleExports}),
get_matching_tests1(TModules, Functions,
lists:merge([TestFunctions, Tests])).