Skip to content
This repository was archived by the owner on Mar 1, 2019. It is now read-only.

Commit 4f360f1

Browse files
committed
[CBR-436] Tame hlint
1 parent 18866a6 commit 4f360f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Cardano/Wallet/Kernel.hs

+1-1
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ handlesClose dbMode (Handles acidDb meta) = do
140140
case dbMode of
141141
UseInMemory ->
142142
pure ()
143-
UseFilePath (DatabaseOptions _ _ _) -> do
143+
UseFilePath DatabaseOptions{} -> do
144144
createCheckpoint acidDb
145145
createArchive acidDb
146146

0 commit comments

Comments
 (0)