style: cargo fmt --all
Formatting only. cargo fmt --check was already failing on main (accel SIMD kernels, agent, format, migrate, bench); CI now enforces it. Co-Authored-By: Claude Fable 5.1 <[email protected]>
This commit is contained in:
co-authored by
Claude Fable 5.1
parent
bbe1baa208
commit
a3f7c6fe89
@@ -427,7 +427,10 @@ impl HDF5Memory {
|
||||
if self.provenance.get(record_id as u64).is_none() {
|
||||
return; // nothing recorded yet this session — nothing to check
|
||||
}
|
||||
if !self.provenance.verify_integrity(record_id as u64, current_chunk) {
|
||||
if !self
|
||||
.provenance
|
||||
.verify_integrity(record_id as u64, current_chunk)
|
||||
{
|
||||
self.anomaly_alerts.push(anomaly::AnomalyAlert {
|
||||
severity: anomaly::Severity::High,
|
||||
message: format!(
|
||||
|
||||
Reference in New Issue
Block a user