fix(config): close missing brace in Default impl for Config

This commit is contained in:
Agent Zero
2026-04-04 02:29:51 +00:00
parent 38b1150838
commit 3f11f8f531

View File

@@ -346,5 +346,6 @@ impl Default for Config {
verification_threshold: default_verification_threshold(), verification_threshold: default_verification_threshold(),
cross_ref_limit: default_cross_ref_limit(), cross_ref_limit: default_cross_ref_limit(),
}, },
}
} }
} }