mirror of
https://github.com/ggml-org/llama.cpp.git
synced 2025-10-27 08:21:30 +00:00
remove spurious semicolon
This commit is contained in:
2
vendor/minja/minja.hpp
vendored
2
vendor/minja/minja.hpp
vendored
@@ -1313,7 +1313,7 @@ static bool in(const Value & value, const Value & container) {
|
||||
return (((container.is_array() || container.is_object()) && container.contains(value)) ||
|
||||
(value.is_string() && container.is_string() &&
|
||||
container.to_str().find(value.to_str()) != std::string::npos));
|
||||
};
|
||||
}
|
||||
|
||||
class BinaryOpExpr : public Expression {
|
||||
public:
|
||||
|
||||
Reference in New Issue
Block a user