chore: git-hooks rustfmt and clippy

This commit is contained in:
Per Stark
2026-06-20 10:10:29 +02:00
parent 01ef1bcb7a
commit 09e545816e
29 changed files with 156 additions and 201 deletions
+1 -2
View File
@@ -132,8 +132,7 @@ pub(crate) async fn can_reuse_namespace(
if seed.namespace != namespace || seed.database != database {
info!(
namespace,
database,
"Corpus manifest namespace metadata mismatch; reseeding"
database, "Corpus manifest namespace metadata mismatch; reseeding"
);
return Ok(false);
}