Skip to content

Commit e9ae82c

Browse files
committed
Stylish
1 parent 8476f9c commit e9ae82c

File tree

1 file changed

+2
-2
lines changed
  • ouroboros-consensus-cardano/src/unstable-cardano-tools/Cardano/Tools/DBAnalyser

1 file changed

+2
-2
lines changed

ouroboros-consensus-cardano/src/unstable-cardano-tools/Cardano/Tools/DBAnalyser/Analysis.hs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{-# LANGUAGE BangPatterns #-}
2-
{-# LANGUAGE PatternSynonyms #-}
32
{-# LANGUAGE BlockArguments #-}
43
{-# LANGUAGE DataKinds #-}
54
{-# LANGUAGE FlexibleContexts #-}
65
{-# LANGUAGE GADTs #-}
76
{-# LANGUAGE LambdaCase #-}
87
{-# LANGUAGE NamedFieldPuns #-}
98
{-# LANGUAGE OverloadedStrings #-}
9+
{-# LANGUAGE PatternSynonyms #-}
1010
{-# LANGUAGE ScopedTypeVariables #-}
1111
{-# LANGUAGE TupleSections #-}
1212
{-# LANGUAGE TypeApplications #-}
@@ -73,7 +73,7 @@ import Ouroboros.Consensus.Storage.Common (BlockComponent (..))
7373
import Ouroboros.Consensus.Storage.ImmutableDB (ImmutableDB)
7474
import qualified Ouroboros.Consensus.Storage.ImmutableDB as ImmutableDB
7575
import Ouroboros.Consensus.Storage.LedgerDB (DiskSnapshot (..),
76-
writeSnapshot, pattern NoDiskSnapshotChecksum)
76+
pattern NoDiskSnapshotChecksum, writeSnapshot)
7777
import Ouroboros.Consensus.Storage.Serialisation (encodeDisk)
7878
import Ouroboros.Consensus.Util ((..:))
7979
import qualified Ouroboros.Consensus.Util.IOLike as IOLike

0 commit comments

Comments
 (0)