chore(library/locals): style

This commit is contained in:
Leonardo de Moura 2018-06-12 17:58:25 -07:00
parent ba598ada1a
commit a3e5dd31b3

View file

@ -104,7 +104,6 @@ void collect_locals(expr const & e, collected_locals & ls, bool restricted) {
break;
case expr_kind::Quote:
break; // do nothing
}
};
visit(e);