We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6915d13 commit e4fb9e8Copy full SHA for e4fb9e8
vendor/minja/minja.hpp
@@ -1295,7 +1295,7 @@ static bool in(const Value & value, const Value & container) {
1295
return (((container.is_array() || container.is_object()) && container.contains(value)) ||
1296
(value.is_string() && container.is_string() &&
1297
container.to_str().find(value.to_str()) != std::string::npos));
1298
-};
+}
1299
1300
class BinaryOpExpr : public Expression {
1301
public:
0 commit comments