Skip to content

Commit 0139424

Browse files
Fix linting problem in string_constraint
1 parent 5108a72 commit 0139424

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/solvers/refinement/string_constraint.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ Author: Romain Brenguier, [email protected]
5454
/// \f$f\f$ [explicitly stated, implied].
5555
///
5656
/// \todo The fact that we follow this grammar is not enforced at the moment.
57-
class string_constraintt: public exprt
57+
class string_constraintt : public exprt
5858
{
5959
public:
6060
// String constraints are of the form
@@ -158,7 +158,7 @@ inline std::string to_string(const string_constraintt &expr)
158158
}
159159

160160
/// Constraints to encode non containement of strings.
161-
class string_not_contains_constraintt: public exprt
161+
class string_not_contains_constraintt : public exprt
162162
{
163163
public:
164164
// string_not contains_constraintt are formula of the form:

0 commit comments

Comments
 (0)