Skip to content

Commit 1e2e49f

Browse files
committed
Fix hlint
1 parent b7f042b commit 1e2e49f

3 files changed

Lines changed: 1 addition & 3 deletions

File tree

cardano-db-sync/src/Cardano/DbSync/Era/Shelley/Generic/StakeDist.hs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
{-# LANGUAGE FlexibleContexts #-}
55
{-# LANGUAGE GADTs #-}
66
{-# LANGUAGE ScopedTypeVariables #-}
7-
{-# LANGUAGE TupleSections #-}
87
{-# LANGUAGE NoImplicitPrelude #-}
98

109
module Cardano.DbSync.Era.Shelley.Generic.StakeDist (

cardano-db-sync/src/Cardano/DbSync/Era/Universal/Insert/Pool.hs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
{-# LANGUAGE DataKinds #-}
22
{-# LANGUAGE FlexibleContexts #-}
3-
{-# LANGUAGE MagicHash #-}
43
{-# LANGUAGE OverloadedStrings #-}
54
{-# LANGUAGE RankNTypes #-}
65
{-# LANGUAGE ScopedTypeVariables #-}

cardano-db-sync/test/Cardano/DbSync/Era/Shelley/Generic/ScriptDataTest.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,4 +95,4 @@ decodeCbor =
9595
. encodeUtf8
9696
where
9797
decode' :: LByteString.ByteString -> Either DecoderError (Ledger.Data ShelleyEra)
98-
decode' bytes = decodeFullAnnotator shelleyProtVer "Data" decCBOR bytes
98+
decode' = decodeFullAnnotator shelleyProtVer "Data" decCBOR

0 commit comments

Comments
 (0)