chore(library/blast/state): style
This commit is contained in:
parent
f5fcd12f3f
commit
752f027705
1 changed files with 1 additions and 1 deletions
|
@ -711,7 +711,7 @@ hypothesis_idx_set state::get_direct_forward_deps(hypothesis_idx hidx) const {
|
|||
}
|
||||
|
||||
static optional<head_index> to_head_index(expr type) {
|
||||
while (is_not(type, type));
|
||||
while (is_not(type, type)) {}
|
||||
expr const & f = get_app_fn(type);
|
||||
if (is_constant(f) || is_local(f))
|
||||
return optional<head_index>(head_index(f));
|
||||
|
|
Loading…
Reference in a new issue