Skip to content

Commit

Permalink
Update src/Database/LSMTree/Internal/Snapshot.hs
Browse files Browse the repository at this point in the history
Co-authored-by: Joris Dral <[email protected]>
  • Loading branch information
wenkokke and jorisdral authored Jan 2, 2025
1 parent c9f7fc2 commit b6f2917
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Database/LSMTree/Internal/Snapshot.hs
Original file line number Diff line number Diff line change
Expand Up @@ -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)
}
Expand Down

0 comments on commit b6f2917

Please sign in to comment.