mirror of
https://github.com/perstarkse/minne.git
synced 2026-07-01 10:31:34 +02:00
chore: git-hooks rustfmt and clippy
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user