Skip to content

Commit df24a18

Browse files
committed
TOSQUASH: more code review
1 parent d74420f commit df24a18

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

ouroboros-consensus/ouroboros-consensus.cabal

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -317,7 +317,6 @@ library
317317
deepseq,
318318
diff-containers >=1.2,
319319
filelock,
320-
filepath,
321320
fingertree-rm >=1.0,
322321
fs-api ^>=0.4,
323322
hashable,

ouroboros-consensus/test/storage-test/Test/Ouroboros/Storage/LedgerDB/StateMachine.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -520,7 +520,7 @@ openLedgerDB flavArgs env cfg fs = do
520520
(snapManager, bss') <- case bss of
521521
V2.V2Args V2.InMemoryHandleArgs -> pure (InMemory.snapshotManager args, V2.InMemoryHandleEnv)
522522
V2.V2Args (V2.LSMHandleArgs (V2.LSMArgs path genSalt mkFS)) -> do
523-
(rk1, V2.SomeHasFSAndBlockIO fs' blockio) <- mkFS (lgrRegistry args) "lsm"
523+
(rk1, V2.SomeHasFSAndBlockIO fs' blockio) <- mkFS (lgrRegistry args)
524524
session <-
525525
allocate
526526
(lgrRegistry args)

0 commit comments

Comments
 (0)