Skip to content

Commit 293230b

Browse files
committed
fmt
1 parent 28031f7 commit 293230b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/libstore/store-api.cc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1073,8 +1073,8 @@ void copyClosure(
10731073
return;
10741074

10751075
StorePathSet pathsToCopy;
1076-
1077-
auto onPathDiscovered = [&](const StorePath &path) -> bool {
1076+
1077+
auto onPathDiscovered = [&](const StorePath & path) -> bool {
10781078
// Only recurse if the path does not already exist in `dstStore`
10791079
return repair || !dstStore.isValidPath(path);
10801080
};

0 commit comments

Comments
 (0)