Skip to content

Commit 1f1c482

Browse files
committed
Fix hlint errors
1 parent 80c7f8e commit 1f1c482

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
{-# LANGUAGE OverloadedStrings #-}
21
{-# LANGUAGE NoImplicitPrelude #-}
32

43
module Cardano.DbSync.Era.Shelley.Generic.EpochUpdate (

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
{-# LANGUAGE DataKinds #-}
2-
{-# LANGUAGE ExplicitForAll #-}
32
{-# LANGUAGE GADTs #-}
43
{-# LANGUAGE RankNTypes #-}
54
{-# LANGUAGE ScopedTypeVariables #-}

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
{-# LANGUAGE GADTs #-}
33
{-# LANGUAGE RankNTypes #-}
44
{-# LANGUAGE ScopedTypeVariables #-}
5-
{-# LANGUAGE TypeApplications #-}
65
{-# LANGUAGE NoImplicitPrelude #-}
76

87
module Cardano.DbSync.Era.Shelley.Generic.Tx.Conway (

0 commit comments

Comments
 (0)