mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-10 16:26:18 +02:00
Whitespace
This commit is contained in:
parent
c996e04aca
commit
87033f2c4e
1 changed files with 1 additions and 1 deletions
|
@ -300,7 +300,7 @@ Path toStorePath(ref<Store> store, RealiseMode mode,
|
|||
auto paths = toStorePaths(store, mode, {installable});
|
||||
|
||||
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();
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue