Skip to content

Commit

Permalink
fix hlint
Browse files Browse the repository at this point in the history
  • Loading branch information
Piotr Stachyra committed Nov 5, 2019
1 parent 22fa1f3 commit 2b062f0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion lib/core-integration/src/Test/Integration/Framework/DSL.hs
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{-# LANGUAGE AllowAmbiguousTypes #-}
{-# LANGUAGE DataKinds #-}
{-# LANGUAGE FlexibleContexts #-}
{-# LANGUAGE KindSignatures #-}
{-# LANGUAGE LambdaCase #-}
{-# LANGUAGE NumericUnderscores #-}
{-# LANGUAGE OverloadedLabels #-}
Expand Down
2 changes: 1 addition & 1 deletion lib/core/test/unit/Cardano/Pool/MetricsSpec.hs
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ prop_combineDefaults
prop_combineDefaults mStake = do
combineMetrics mStake Map.empty Map.empty
===
(Right $ Map.map (, Quantity 0, 0) mStake)
Right (Map.map (, Quantity 0, 0) mStake)

-- | it fails if a block-producer or performance is not in the stake distr
prop_combineIsLeftBiased
Expand Down

0 comments on commit 2b062f0

Please sign in to comment.