Skip to content

Commit

Permalink
stylish fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
fraser-iohk committed Jan 21, 2025
1 parent 48b514c commit 76cb305
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ module Ouroboros.Network.Protocol.LocalTxMonitor.Examples
) where

import Data.List (find)
import Data.Map qualified as Map
import Data.Maybe (isJust)
import qualified Data.Map as Map

import Ouroboros.Network.Protocol.LocalTxMonitor.Client
import Ouroboros.Network.Protocol.LocalTxMonitor.Server
Expand Down Expand Up @@ -104,7 +104,7 @@ localTxMonitorServer txId (slot, allTxs) =
, recvMsgGetMeasures =
let measures = MempoolMeasures
{ txCount = fromIntegral (length allTxs)
, measuresMap = Map.fromList
, measuresMap = Map.fromList
[ (MeasureName "tx_size_bytes", SizeAndCapacity { size = 192, capacity = 1024 })
, (MeasureName "ref_scripts_size_bytes", SizeAndCapacity { size = 1024, capacity = 4096 })
]
Expand Down

0 comments on commit 76cb305

Please sign in to comment.