forked from lix-project/lix
Whitespace
This commit is contained in:
parent
c996e04aca
commit
87033f2c4e
|
@ -300,7 +300,7 @@ Path toStorePath(ref<Store> store, RealiseMode mode,
|
||||||
auto paths = toStorePaths(store, mode, {installable});
|
auto paths = toStorePaths(store, mode, {installable});
|
||||||
|
|
||||||
if (paths.size() != 1)
|
if (paths.size() != 1)
|
||||||
throw Error("argument '%s' should evaluate to one store path", installable->what());
|
throw Error("argument '%s' should evaluate to one store path", installable->what());
|
||||||
|
|
||||||
return *paths.begin();
|
return *paths.begin();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue