more clippy

This commit is contained in:
Pere Diaz Bou
2025-06-24 20:10:39 +02:00
parent 0119b0f99d
commit 96c30be488

View File

@@ -965,7 +965,7 @@ impl WalFile {
));
}
let header = unsafe { shared.get().as_mut().unwrap().wal_header.lock().clone() };
let header = unsafe { shared.get().as_mut().unwrap().wal_header.lock() };
Self {
io,
// default to max frame in WAL, so that when we read schema we can read from WAL too if it's there.