Remove tabs

This commit is contained in:
Eelco Dolstra 2021-09-13 23:06:33 +02:00
parent c6fa7775de
commit c3e9acd1c0

View file

@ -13,7 +13,8 @@ namespace nix::fetchers {
namespace {
RunOptions hgOptions(const Strings & args) {
RunOptions hgOptions(const Strings & args)
{
RunOptions opts("hg", args);
opts.searchPath = true;