forked from lix-project/lix
Remove tabs
This commit is contained in:
parent
c6fa7775de
commit
c3e9acd1c0
|
@ -13,7 +13,8 @@ namespace nix::fetchers {
|
||||||
|
|
||||||
namespace {
|
namespace {
|
||||||
|
|
||||||
RunOptions hgOptions(const Strings & args) {
|
RunOptions hgOptions(const Strings & args)
|
||||||
|
{
|
||||||
RunOptions opts("hg", args);
|
RunOptions opts("hg", args);
|
||||||
opts.searchPath = true;
|
opts.searchPath = true;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue