Skip to content

Commit

Permalink
fix: spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
wenkokke committed Jan 2, 2025
1 parent 4669625 commit c10eac4
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions test/Test/Database/LSMTree/Internal/Run.hs
Original file line number Diff line number Diff line change
Expand Up @@ -309,13 +309,13 @@ withRunDataAsWriteBuffer hfs f fsPaths rd action = do

-- | Serialise a 'WriteBuffer' and 'WriteBufferBlobs' to disk and perform an 'IO' action.
withSerialisedWriteBuffer ::
FS.HasFS IO h
-> FS.HasBlockIO IO h
-> WriteBufferFsPaths
-> WriteBuffer
-> Ref (WriteBufferBlobs IO h)
-> IO a
-> IO a
FS.HasFS IO h
-> FS.HasBlockIO IO h
-> WriteBufferFsPaths
-> WriteBuffer
-> Ref (WriteBufferBlobs IO h)
-> IO a
-> IO a
withSerialisedWriteBuffer hfs hbio wbPaths wb wbb =
bracket_ (writeWriteBuffer hfs hbio wbPaths wb wbb) $ do
for_ [ Paths.writeBufferKOpsPath wbPaths
Expand Down

0 comments on commit c10eac4

Please sign in to comment.