Skip to content

Commit dd69152

Browse files
committed
Fourmolize!
1 parent 4b5eae8 commit dd69152

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

cardano-chain-gen/src/Cardano/Mock/ChainSync/Server.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,8 @@ import Control.Tracer (nullTracer)
4848
import Data.ByteString.Lazy.Char8 (ByteString)
4949
import qualified Data.Map.Strict as Map
5050
import Data.Maybe (fromJust)
51-
import Network.TypedProtocol.Peer (Peer (..))
5251
import qualified Network.Socket as Socket
52+
import Network.TypedProtocol.Peer (Peer (..))
5353
import qualified Network.TypedProtocol.Stateful.Peer as St
5454
import Ouroboros.Consensus.Block (CodecConfig, HasHeader, Point, StandardHash, castPoint)
5555
import Ouroboros.Consensus.Config (TopLevelConfig, configCodec)

cardano-chain-gen/test/Test/Cardano/Db/Mock/Config.hs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,6 @@ withConfig staticDir mutableDir cmdLineArgs config action = do
276276
forgings' <- mapM mkBlockForging forgings
277277
-- _ <- throwIO $ userError "B"
278278
pure forgings'
279-
280279
{-# ANN withConfig ("HLint: ignore Redundant pure" :: String) #-}
281280

282281
mkSyncNodeConfig :: FilePath -> CommandLineArgs -> IO SyncNodeConfig

0 commit comments

Comments
 (0)