From 7e0112beb73e7095a50b724e8caa57554bd0e5b1 Mon Sep 17 00:00:00 2001 From: root Date: Sun, 3 May 2026 05:16:49 -0500 Subject: [PATCH] retention_sweep: fix stray indent on biometric_collection field MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cosmetic — the field was added correctly during the BiometricCollection substrate landing (commit f1fa6e4) but a batch sed left it misindented. Tests still pass (8/8); only the formatting was off. --- crates/catalogd/src/bin/retention_sweep.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/crates/catalogd/src/bin/retention_sweep.rs b/crates/catalogd/src/bin/retention_sweep.rs index e5abd77..0ef3c90 100644 --- a/crates/catalogd/src/bin/retention_sweep.rs +++ b/crates/catalogd/src/bin/retention_sweep.rs @@ -304,6 +304,7 @@ mod tests { safe_views: vec![], audit_log_path: String::new(), audit_log_chain_root: String::new(), + biometric_collection: None, } }