diff --git a/tools/codegen/src/main.rs b/tools/codegen/src/main.rs index a804b803e..087079879 100644 --- a/tools/codegen/src/main.rs +++ b/tools/codegen/src/main.rs @@ -248,7 +248,7 @@ fn main() -> Result<()> { if skip_existing_manifest_versions && existing_manifest.is_some() { eprintln!("Skipping {semver_version} already in manifest"); continue; - }; + } let mut download_info = BTreeMap::new(); let mut pubkey = None;