1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-07-07 01:51:47 +02:00

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;