chore(library/blast/simple_strategy): fix style

This commit is contained in:
Leonardo de Moura 2015-11-15 15:08:01 -08:00
parent 60434b3487
commit 9e8627380a

View file

@ -22,7 +22,6 @@ namespace blast {
/** \brief Implement a simple proof strategy for blast.
We use it mainly for testing new actions and the whole blast infra-structure. */
class simple_strategy : public strategy {
action_result activate_hypothesis(bool preprocess) {
auto hidx = curr_state().activate_hypothesis();
if (!hidx) return action_result::failed();