chore(library/blast/simple_strategy): fix style

This commit is contained in:
Leonardo de Moura 2015-11-22 18:24:59 -08:00
parent 0bd417bc2a
commit b442fe66b2

View file

@ -26,7 +26,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 hypothesis_pre_activation(hypothesis_idx hidx) override {
Try(assumption_contradiction_actions(hidx));
Try(simplify_hypothesis_action(hidx));