Remove an accidental re-indenting of a comment

Co-authored-by: Eelco Dolstra <edolstra@gmail.com>
This commit is contained in:
Théophane Hufschmitt 2022-03-24 09:39:24 +01:00 committed by Théophane Hufschmitt
parent b430d41afd
commit 92b627ac1b

View file

@ -233,9 +233,9 @@ StorePathSet sendInputs(
}
/* Ensure that the inputs exist in the destination store. This is
a no-op for regular stores, but for the binary cache store,
this will copy the inputs to the binary cache from the local
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
store. */
if (localStore.getUri() != destStore.getUri()) {
StorePathSet closure;
localStore.computeFSClosure(step.drv->inputSrcs, closure);