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
@@ -1228,8 +1228,7 @@ mod tests {
|
||||
drop(wal); // simulate a restart without ever truncating the WAL
|
||||
|
||||
let mut wal2 = WalFile::open(&wal_path).unwrap();
|
||||
wal2.append_save(&make_wal_entry("second", &[2.0]))
|
||||
.unwrap();
|
||||
wal2.append_save(&make_wal_entry("second", &[2.0])).unwrap();
|
||||
drop(wal2);
|
||||
|
||||
let entries = WalFile::read_entries(&wal_path).unwrap();
|
||||
|
||||
Reference in New Issue
Block a user