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:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user