Skip to content

Commit

Permalink
Remove an accidental re-indenting of a comment
Browse files Browse the repository at this point in the history
Co-authored-by: Eelco Dolstra <[email protected]>
  • Loading branch information
thufschmitt and edolstra committed Mar 24, 2022
1 parent bdf65df commit 6689816
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/hydra-queue-runner/build-remote.cc
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 6689816

Please sign in to comment.