Skip to content

Commit

Permalink
Minor formatting fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
ffakenz committed Nov 27, 2023
1 parent c1d1df8 commit 9aae4a5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion hydra-node/src/Hydra/Node/Network.hs
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ module Hydra.Node.Network (
withNetwork,
withFlipHeartbeats,
configureMessagePersistence,
acksFile
acksFile,
) where

import Hydra.Prelude hiding (fromList, replicate)
Expand Down
2 changes: 1 addition & 1 deletion hydra-node/test/Hydra/Chain/Direct/Contract/Commit.hs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import Hydra.Chain.Direct.TxSpec ()
import Cardano.Api.UTxO qualified as UTxO
import Cardano.Ledger.Api (bodyTxL)
import Cardano.Ledger.Api.Tx.Body (EraTxBody (outputsTxBodyL), setMinCoinTxOut)
import Control.Lens (mapped, (%~), (.~), (^.))
import Control.Lens (mapped, (%~))
import Data.List qualified as List
import Data.Maybe (fromJust)
import Hydra.Chain.Direct.Contract.Gen (genMintedOrBurnedValue)
Expand Down

0 comments on commit 9aae4a5

Please sign in to comment.