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:
parent
47a26fdaa8
commit
7e0112beb7
@ -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,
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user