fix clippy

This commit is contained in:
Nikita Sivukhin
2025-08-21 16:35:56 +04:00
parent 89e180c2a8
commit f6729ccc36

View File

@@ -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);