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