summaryrefslogtreecommitdiff
path: root/test/rebar_file_utils_tests.erl
diff options
context:
space:
mode:
authorTuncer Ayaz <tuncer.ayaz@gmail.com>2011-08-05 01:51:41 +0200
committerTuncer Ayaz <tuncer.ayaz@gmail.com>2011-08-05 01:52:33 +0200
commit5f2930b701c13e1ba0ad864e7c424c5dfed78dda (patch)
treef7d4ecba25815bc771b1b0607a3e108cff663c9a /test/rebar_file_utils_tests.erl
parentfe75f8efce550f243c6840e18a7e2fbdf7915680 (diff)
downloadrebar-5f2930b701c13e1ba0ad864e7c424c5dfed78dda.tar.gz
Fix whitespace errors in unit tests
Diffstat (limited to 'test/rebar_file_utils_tests.erl')
-rw-r--r--test/rebar_file_utils_tests.erl3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/rebar_file_utils_tests.erl b/test/rebar_file_utils_tests.erl
index ea8ccf9..26a6f9f 100644
--- a/test/rebar_file_utils_tests.erl
+++ b/test/rebar_file_utils_tests.erl
@@ -225,7 +225,8 @@ mv_file_test_() ->
end,
fun teardown/1,
[?_assert(filelib:is_regular(filename:join([?TMP_DIR,"dest","file1"]))),
- ?_assertNot(filelib:is_regular(filename:join([?TMP_DIR,"source","file1"])))]}.
+ ?_assertNot(filelib:is_regular(
+ filename:join([?TMP_DIR,"source","file1"])))]}.
%% ====================================================================
%% Utilities