chore(frontends/lean/placeholder_elaborator): indent code
This commit is contained in:
parent
0a288aec40
commit
a9741c5c30
1 changed files with 14 additions and 14 deletions
|
@ -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);
|
||||||
|
|
Loading…
Add table
Reference in a new issue