chore(library/blast): fix style
This commit is contained in:
parent
028ef47c84
commit
d2054bb65c
2 changed files with 2 additions and 1 deletions
|
@ -130,7 +130,7 @@ public:
|
|||
void commit();
|
||||
};
|
||||
|
||||
typedef std::function<bool(expr const &)> unfold_macro_pred;
|
||||
typedef std::function<bool(expr const &)> unfold_macro_pred; // NOLINT
|
||||
/** \brief Auxiliary object used to temporarily set predicate used to decide
|
||||
whether macros will be unfolded or not. */
|
||||
class scope_unfold_macro_pred {
|
||||
|
|
|
@ -4,6 +4,7 @@ Released under Apache 2.0 license as described in the file LICENSE.
|
|||
|
||||
Author: Leonardo de Moura
|
||||
*/
|
||||
#include <string>
|
||||
#include "library/scoped_ext.h"
|
||||
#include "library/blast/forward/forward_lemma_set.h"
|
||||
|
||||
|
|
Loading…
Reference in a new issue