From f528c397f85b56471ebd5776b9653045a4515a67 Mon Sep 17 00:00:00 2001 From: Tuncer Ayaz Date: Wed, 22 Aug 2012 19:14:35 +0200 Subject: Fix whitespace errors in rebar_ct and rebar_eunit --- src/rebar_ct.erl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/rebar_ct.erl') diff --git a/src/rebar_ct.erl b/src/rebar_ct.erl index 2cb0883..44f7ec6 100644 --- a/src/rebar_ct.erl +++ b/src/rebar_ct.erl @@ -62,7 +62,7 @@ run_test_if_present(TestDir, LogDir, Config, File) -> case filelib:wildcard(TestDir ++ "/*_SUITE.{beam,erl}") of [] -> ?WARN("~s directory present, but no common_test" - ++ " SUITES - skipping\n", [TestDir]), + ++ " SUITES - skipping\n", [TestDir]), ok; _ -> run_test(TestDir, LogDir, Config, File) -- cgit v1.1