chore(library/blast/congruence_closure): fix style

This commit is contained in:
Leonardo de Moura 2015-11-20 16:46:28 -08:00
parent 1a4068878e
commit 85601c5a83

View file

@ -45,7 +45,6 @@ class congruence_closure {
optional<expr> m_proof;
bool m_flipped; // proof has been flipped
unsigned m_size; // number of elements in the equivalence class, it is meaningless if 'e' != m_root
};
/* Key (R, e) for the mapping (R, e) -> entry */