chore(library/tactic/rewrite_tactic): fix style
This commit is contained in:
parent
230b994e79
commit
2054d67483
1 changed files with 0 additions and 1 deletions
|
@ -1656,7 +1656,6 @@ void initialize_rewrite_tactic() {
|
||||||
get_tactic_id_list_elements(app_arg(e), ns, "invalid 'subst' tactic, list of identifiers expected");
|
get_tactic_id_list_elements(app_arg(e), ns, "invalid 'subst' tactic, list of identifiers expected");
|
||||||
return mk_subst_tactic(to_list(ns));
|
return mk_subst_tactic(to_list(ns));
|
||||||
});
|
});
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
void finalize_rewrite_tactic() {
|
void finalize_rewrite_tactic() {
|
||||||
|
|
Loading…
Reference in a new issue