chore(library/congr_lemma_manager): fix style
This commit is contained in:
parent
77c0866599
commit
78a9116a23
1 changed files with 1 additions and 1 deletions
|
@ -255,7 +255,7 @@ public:
|
|||
if (new_r) {
|
||||
m_cache.insert(mk_pair(key(fn, nargs), *new_r));
|
||||
return new_r;
|
||||
} if (has_cast(kinds)) {
|
||||
} else if (has_cast(kinds)) {
|
||||
// remove casts and try again
|
||||
for (unsigned i = 0; i < kinds.size(); i++) {
|
||||
if (kinds[i] == congr_arg_kind::Cast)
|
||||
|
|
Loading…
Reference in a new issue