Whitespace

This commit is contained in:
Eelco Dolstra 2019-04-08 23:58:33 +02:00
parent c996e04aca
commit 87033f2c4e

View file

@ -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();
}