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-29 17:04:19 +02:00
committed by Théophane Hufschmitt
co-authored by Eelco Dolstra
parent b430d41afd
commit 92b627ac1b
+3 -3
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);