mirror of
https://github.com/aljazceru/turso.git
synced 2025-12-20 09:54:19 +01:00
fix clippy
This commit is contained in:
@@ -657,7 +657,7 @@ fn test_wal_revert_change_db_size() {
|
||||
continue;
|
||||
}
|
||||
let info = WalFrameInfo {
|
||||
page_no: page_no,
|
||||
page_no,
|
||||
db_size: if page_no == 2 { 2 } else { 0 },
|
||||
};
|
||||
info.put_to_frame_header(&mut frame);
|
||||
|
||||
Reference in New Issue
Block a user