style(replace_tactic): remove extra whitespace
This commit is contained in:
parent
458725e63f
commit
a57b7fadfb
1 changed files with 0 additions and 1 deletions
|
@ -117,7 +117,6 @@ void initialize_replace_tactic() {
|
|||
[](type_checker &, elaborate_fn const & elab, expr const & e, pos_info_provider const *) {
|
||||
return mk_replace_tactic(elab, e);
|
||||
});
|
||||
|
||||
}
|
||||
|
||||
void finalize_replace_tactic() {
|
||||
|
|
Loading…
Reference in a new issue