fix: remove unexpected closing brace in MetaPluginProgram

Co-authored-by: aider (openai/andrew/openrouter/qwen/qwen3-coder) <aider@aider.chat>
This commit is contained in:
Andrew Phillips
2025-08-19 13:57:26 -03:00
parent 81397c1319
commit c0da7ae086

View File

@@ -74,7 +74,6 @@ impl MetaPluginProgram {
Self::new(program, args, meta_name, split_whitespace, None, None) Self::new(program, args, meta_name, split_whitespace, None, None)
} }
} }
}
impl MetaPlugin for MetaPluginProgram { impl MetaPlugin for MetaPluginProgram {
fn is_supported(&self) -> bool { fn is_supported(&self) -> bool {