chore(library/type_context): fix style

This commit is contained in:
Leonardo de Moura 2016-09-11 16:29:12 -07:00
parent 6ac64c7250
commit 4bc4cc1549

View file

@ -1640,8 +1640,7 @@ optional<expr> type_context::check_assignment(buffer<expr> const & locals, expr
} else {
tout() << ", but the two local contexts used to declare these metavariables "
<< " are incomparable\n";
}
);
});
return false;
}
}