retention_sweep: fix stray indent on biometric_collection field

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.
This commit is contained in:
root 2026-05-03 05:16:49 -05:00
parent 47a26fdaa8
commit 7e0112beb7

View File

@ -304,6 +304,7 @@ mod tests {
safe_views: vec![], safe_views: vec![],
audit_log_path: String::new(), audit_log_path: String::new(),
audit_log_chain_root: String::new(), audit_log_chain_root: String::new(),
biometric_collection: None,
} }
} }