Commit 694e6784 authored by Paul's avatar Paul
Browse files

Formatting

parent a81b5ed8
......@@ -290,7 +290,10 @@ struct folder
Op op;
bool matches = Start;
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);
});
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