"profiler/vscode:/vscode.git/clone" did not exist on "8e374781d525393288b6bb9d8f6da0793fdb9902"
Commit 694e6784 authored by Paul's avatar Paul
Browse files

Formatting

parent a81b5ed8
...@@ -290,7 +290,10 @@ struct folder ...@@ -290,7 +290,10 @@ struct folder
Op op; Op op;
bool matches = Start; bool matches = Start;
select(start, [&](auto ins) { select(start, [&](auto ins) {
auto fm = [&] { return mpack([&](auto... ms) { return folder::fold_match(ctx, ins, ms...); }); }; auto fm = [&] {
return mpack(
[&](auto... ms) { return folder::fold_match(ctx, ins, ms...); });
};
matches = op(always(matches), fm); matches = op(always(matches), fm);
}); });
if(matches == Matches) if(matches == Matches)
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment