diff options
author | Eelco Dolstra <edolstra@gmail.com> | 2018-09-26T19·39+0200 |
---|---|---|
committer | Eelco Dolstra <edolstra@gmail.com> | 2018-09-26T19·39+0200 |
commit | 98b2cc2e6e63bfa49b8f75169a39b751b3e2c32c (patch) | |
tree | 7a6890df0292413d9fb5d1e7dcc74788e31202ec /src | |
parent | ed78582847d3932763ad9b7b239f843306fa6fe9 (diff) |
Untabify
Diffstat (limited to 'src')
-rw-r--r-- | src/libstore/store-api.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libstore/store-api.cc b/src/libstore/store-api.cc index 1f42097fccfb..2c0f68651e4f 100644 --- a/src/libstore/store-api.cc +++ b/src/libstore/store-api.cc @@ -610,7 +610,7 @@ void copyStorePath(ref<Store> srcStore, ref<Store> dstStore, }); srcStore->narFromPath({storePath}, wrapperSink); }, [&]() { - throw EndOfFile("NAR for '%s' fetched from '%s' is incomplete", storePath, srcStore->getUri()); + throw EndOfFile("NAR for '%s' fetched from '%s' is incomplete", storePath, srcStore->getUri()); }); dstStore->addToStore(*info, *source, repair, checkSigs); |