chore(library/blast/simple_strategy): fix style
This commit is contained in:
parent
0bd417bc2a
commit
b442fe66b2
1 changed files with 0 additions and 1 deletions
|
@ -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));
|
||||
|
|
Loading…
Reference in a new issue