Skip to content

Commit 755913d

Browse files
authored
Merge pull request #2016 from sgillespie/fix/fourmolu
Fix code formatting check failure
2 parents 4132323 + 5c552ad commit 755913d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ import Cardano.Prelude
1818
import Cardano.Slotting.Slot (EpochNo (..))
1919

2020
import Cardano.DbSync.Api
21-
import Cardano.DbSync.Api.Types (EpochStatistics (..), SyncEnv (..), InsertOptions (..), UnicodeNullSource, formatUnicodeNullSource)
21+
import Cardano.DbSync.Api.Types (EpochStatistics (..), InsertOptions (..), SyncEnv (..), UnicodeNullSource, formatUnicodeNullSource)
2222
import Cardano.DbSync.Cache.Types (textShowCacheStats)
2323
import Cardano.DbSync.Era.Cardano.Util (insertEpochSyncTime, resetEpochStatistics)
2424
import qualified Cardano.DbSync.Era.Shelley.Generic as Generic
@@ -54,7 +54,7 @@ insertNewEpochLedgerEvents syncEnv currentEpochNo@(EpochNo curEpoch) =
5454
tracer = getTrace syncEnv
5555
cache = envCache syncEnv
5656
ntw = getNetwork syncEnv
57-
    iopts = getInsertOptions syncEnv
57+
iopts = getInsertOptions syncEnv
5858

5959
subFromCurrentEpoch :: Word64 -> EpochNo
6060
subFromCurrentEpoch m =

0 commit comments

Comments
 (0)