Просмотр исходного кода

Fix formatting of literal expression within comment

pull/2155/head
Guilherme Andrade 5 лет назад
Родитель
Сommit
4033e65aaa
1 измененных файлов: 1 добавлений и 1 удалений
  1. +1
    -1
      src/rebar_dir.erl

+ 1
- 1
src/rebar_dir.erl Просмотреть файл

@ -45,7 +45,7 @@ profile_dir(Opts, Profiles) ->
["global" | _] -> {?MODULE:global_cache_dir(Opts), [""]};
["bootstrap", "default"] -> {rebar_opts:get(Opts, base_dir, ?DEFAULT_BASE_DIR), ["default"]};
["default"] -> {rebar_opts:get(Opts, base_dir, ?DEFAULT_BASE_DIR), ["default"]};
%% drop `default` from the profile dir if it's implicit and reverse order
%% drop `default' from the profile dir if it's implicit and reverse order
%% of profiles to match order passed to `as`
["default"|Rest] -> {rebar_opts:get(Opts, base_dir, ?DEFAULT_BASE_DIR), Rest}
end,

Загрузка…
Отмена
Сохранить