From b6f29172bc5044df4482dd6d6e29b48139561bc2 Mon Sep 17 00:00:00 2001 From: Wen Kokke Date: Thu, 2 Jan 2025 12:30:48 +0000 Subject: [PATCH] Update src/Database/LSMTree/Internal/Snapshot.hs Co-authored-by: Joris Dral --- src/Database/LSMTree/Internal/Snapshot.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Database/LSMTree/Internal/Snapshot.hs b/src/Database/LSMTree/Internal/Snapshot.hs index ea3ca8967..cf0713f96 100644 --- a/src/Database/LSMTree/Internal/Snapshot.hs +++ b/src/Database/LSMTree/Internal/Snapshot.hs @@ -109,7 +109,7 @@ data SnapshotMetaData = SnapshotMetaData { -- opened: see 'TableConfigOverride'. , snapMetaConfig :: !TableConfig -- | The write buffer. - , snapWriteBuffer :: !(RunNumber) + , snapWriteBuffer :: !RunNumber -- | The shape of the levels of the LSM tree. , snapMetaLevels :: !(SnapLevels RunNumber) }