mirror of
https://github.com/correl/rebar.git
synced 2024-11-15 03:00:18 +00:00
rebar_utils: fix whitespace error
This commit is contained in:
parent
147b1a0798
commit
16091f9934
1 changed files with 1 additions and 1 deletions
|
@ -177,7 +177,7 @@ prop_check(false, Msg, Args) -> ?ABORT(Msg, Args).
|
|||
|
||||
%% Convert all the entries in the code path to absolute paths.
|
||||
expand_code_path() ->
|
||||
CodePath = lists:foldl(fun (Path, Acc) ->
|
||||
CodePath = lists:foldl(fun(Path, Acc) ->
|
||||
[filename:absname(Path) | Acc]
|
||||
end, [], code:get_path()),
|
||||
code:set_path(lists:reverse(CodePath)).
|
||||
|
|
Loading…
Reference in a new issue