Skip to content

Commit febe4de

Browse files
committed
Formatting
1 parent 99f35e1 commit febe4de

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/libfetchers/builtin.cc

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,7 @@ static void builtinFetchTree(const BuiltinBuilderContext & ctx)
3939

4040
auto [accessor, lockedInput] = input.getAccessor(dummyStore);
4141

42-
auto source = sinkToSource([&](Sink & sink) {
43-
accessor->dumpPath(CanonPath::root, sink);
44-
});
42+
auto source = sinkToSource([&](Sink & sink) { accessor->dumpPath(CanonPath::root, sink); });
4543

4644
restorePath(ctx.outputs.at("out"), *source);
4745
}

0 commit comments

Comments
 (0)