Remove an accidental re-indenting of a comment
Co-authored-by: Eelco Dolstra <edolstra@gmail.com>
This commit is contained in:
parent
b430d41afd
commit
92b627ac1b
|
@ -233,9 +233,9 @@ StorePathSet sendInputs(
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Ensure that the inputs exist in the destination store. This is
|
/* Ensure that the inputs exist in the destination store. This is
|
||||||
a no-op for regular stores, but for the binary cache store,
|
a no-op for regular stores, but for the binary cache store,
|
||||||
this will copy the inputs to the binary cache from the local
|
this will copy the inputs to the binary cache from the local
|
||||||
store. */
|
store. */
|
||||||
if (localStore.getUri() != destStore.getUri()) {
|
if (localStore.getUri() != destStore.getUri()) {
|
||||||
StorePathSet closure;
|
StorePathSet closure;
|
||||||
localStore.computeFSClosure(step.drv->inputSrcs, closure);
|
localStore.computeFSClosure(step.drv->inputSrcs, closure);
|
||||||
|
|
Loading…
Reference in a new issue