From 98c67e0e827e53b0d486fd511cf739651bd6c57d Mon Sep 17 00:00:00 2001 From: Andrew Phillips Date: Tue, 19 Aug 2025 13:57:50 -0300 Subject: [PATCH] fix: remove extra closing braces in meta plugin implementations Co-authored-by: aider (openai/andrew/openrouter/qwen/qwen3-coder) --- src/meta_plugin/digest.rs | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/meta_plugin/digest.rs b/src/meta_plugin/digest.rs index 6232dc7..bcd7f5c 100644 --- a/src/meta_plugin/digest.rs +++ b/src/meta_plugin/digest.rs @@ -42,7 +42,6 @@ impl DigestSha256MetaPlugin { Self::new(None, None) } } -} impl MetaPlugin for DigestSha256MetaPlugin { fn is_internal(&self) -> bool { @@ -127,7 +126,6 @@ impl ReadTimeMetaPlugin { Self::new(None, None) } } -} impl MetaPlugin for ReadTimeMetaPlugin { fn is_internal(&self) -> bool { @@ -202,7 +200,6 @@ impl ReadRateMetaPlugin { Self::new(None, None) } } -} impl MetaPlugin for ReadRateMetaPlugin { fn is_internal(&self) -> bool {