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

@@ -347,4 +347,5 @@ impl Default for Config {
cross_ref_limit: default_cross_ref_limit(),
},
}
}
}