Commit 9f934033 authored by Paul's avatar Paul
Browse files

Formatting

parent 6d348981
......@@ -291,8 +291,9 @@ struct match_fold_f
bool matches = Start;
select(start, [&](auto ins) {
auto fm = [&] {
return mpack(
[&](auto... ms) { return match_fold_f::fold_matchers(ctx, ins, ms...); });
return mpack([&](auto... ms) {
return match_fold_f::fold_matchers(ctx, ins, ms...);
});
};
matches = op(always(matches), fm);
});
......
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