chore(kernel/justification): fix compilation warning

This commit is contained in:
Leonardo de Moura 2015-05-21 10:13:44 -07:00
parent 76e7f2e7d8
commit 6a87239a5d

View file

@ -315,6 +315,7 @@ format justification::pp_core(formatter const & fmt, pos_info_provider const * p
format r2 = to_composite(it)->m_child[1].pp_core(fmt, p, s, set, false);
return r1 + r2;
}}
lean_unreachable();
}
format justification::pp(formatter const & fmt, pos_info_provider const * p, substitution const & s) const {