Skip to content

Commit e4fb9e8

Browse files
committed
Update minja.hpp
1 parent 6915d13 commit e4fb9e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vendor/minja/minja.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1295,7 +1295,7 @@ static bool in(const Value & value, const Value & container) {
12951295
return (((container.is_array() || container.is_object()) && container.contains(value)) ||
12961296
(value.is_string() && container.is_string() &&
12971297
container.to_str().find(value.to_str()) != std::string::npos));
1298-
};
1298+
}
12991299

13001300
class BinaryOpExpr : public Expression {
13011301
public:

0 commit comments

Comments
 (0)