chore(frontends/lean/placeholder_elaborator): indent code

This commit is contained in:
Leonardo de Moura 2014-10-04 10:36:10 -07:00
parent 0a288aec40
commit a9741c5c30

View file

@ -292,7 +292,7 @@ constraint mk_placeholder_root_cnstr(std::shared_ptr<placeholder_context> const
constraints postponed = map(p.second, constraints postponed = map(p.second,
[&](constraint const & c) { [&](constraint const & c) {
// we erase internal justifications // we erase internal justifications
return update_justification(c, new_j); return update_justification(c, mk_composite1(j, new_j));
}); });
metavar_closure cls(new_meta); metavar_closure cls(new_meta);
cls.add(meta_type); cls.add(meta_type);