Skip to content

Commit

Permalink
Stylish
Browse files Browse the repository at this point in the history
  • Loading branch information
bolt12 committed Sep 14, 2022
1 parent f73c6fd commit 69164da
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ import Control.Tracer (Tracer, nullTracer, traceWith)
import qualified Data.ByteString.Lazy as BL
import Data.Foldable (traverse_)
import Data.IP (IP (..), toIPv4, toIPv6)
import Data.List (delete, nub, (\\), intercalate)
import Data.List (delete, intercalate, nub, (\\))
import Data.Map (Map)
import qualified Data.Map as Map
import Data.Set (Set)
Expand Down Expand Up @@ -105,9 +105,9 @@ import Test.QuickCheck (Arbitrary (..), Gen, Property, choose,
--
data SimArgs =
SimArgs
{ saSlot :: DiffTime
{ saSlot :: DiffTime
-- ^ 'randomBlockGenerationArgs' slot duration argument
, saQuota :: Int
, saQuota :: Int
-- ^ 'randomBlockGenerationArgs' quota value
}

Expand Down

0 comments on commit 69164da

Please sign in to comment.