From b34d081d352a7b62790c8a84cac6161a63e3fa29 Mon Sep 17 00:00:00 2001 From: Nikita Sivukhin Date: Tue, 22 Jul 2025 16:23:04 +0400 Subject: [PATCH] cargo fmt --- core/storage/wal.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/core/storage/wal.rs b/core/storage/wal.rs index 83c4f86cf..86106e521 100644 --- a/core/storage/wal.rs +++ b/core/storage/wal.rs @@ -217,7 +217,6 @@ pub trait Wal { /// Read a raw frame (header included) from the WAL. fn read_frame_raw(&self, frame_id: u64, frame: &mut [u8]) -> Result>; - /// Write a frame to the WAL. /// db_size is the database size in pages after the transaction finishes. /// db_size > 0 -> last frame written in transaction