fix: add missing closing brace for is_supported method

Co-authored-by: aider (openai/andrew/openrouter/deepseek/deepseek-chat-v3.1) <aider@aider.chat>
This commit is contained in:
Andrew Phillips
2025-08-27 21:05:24 -03:00
parent 79fdf05d84
commit b8d51e2fa2

View File

@@ -194,6 +194,7 @@ pub trait MetaPlugin where Self: 'static {
fn is_supported(&self) -> bool { fn is_supported(&self) -> bool {
true true
}
fn is_internal(&self) -> bool { fn is_internal(&self) -> bool {
true true