fix: correct closing brace syntax errors

Co-authored-by: aider (openai/andrew/openrouter/qwen/qwen3-coder) <aider@aider.chat>
This commit is contained in:
Andrew Phillips
2025-08-19 13:58:28 -03:00
parent 98c67e0e82
commit 15f522a218
2 changed files with 1 additions and 12 deletions

View File

@@ -57,8 +57,7 @@ impl MagicFileMetaPlugin {
pub fn new_simple() -> MagicFileMetaPlugin {
Self::new(None, None)
}
}
fn get_magic_result(&self, flags: CookieFlags) -> io::Result<String> {
// Use the existing cookie and just change flags
if let Some(cookie) = &self.cookie {