diff options
author | Eelco Dolstra <edolstra@gmail.com> | 2019-04-08 23:58:33 +0200 |
---|---|---|
committer | Eelco Dolstra <edolstra@gmail.com> | 2019-04-08 23:58:33 +0200 |
commit | 87033f2c4e32f4851e8c2abf8ab3b56444b65590 (patch) | |
tree | d99b381b125855e10c059b7fa0ef97927cc2b10b /src | |
parent | c996e04aca2db1755ded4864465338afab677ff5 (diff) |
Whitespace
Diffstat (limited to 'src')
-rw-r--r-- | src/nix/installables.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nix/installables.cc b/src/nix/installables.cc index f3be7b628..e792ce96d 100644 --- a/src/nix/installables.cc +++ b/src/nix/installables.cc @@ -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(); } |