Skip to content

Commit 10ee723

Browse files
committed
Fourmolize
1 parent 2cc832c commit 10ee723

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

cardano-db-sync/src/Cardano/DbSync.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ import qualified Cardano.Crypto as Crypto
2828
import Cardano.Db (textShow)
2929
import qualified Cardano.Db as Db
3030
import Cardano.DbSync.Api
31-
import Cardano.DbSync.Api.Types (InsertOptions (..), RunMigration, SyncOptions (..), SyncEnv (..), envLedgerEnv)
31+
import Cardano.DbSync.Api.Types (InsertOptions (..), RunMigration, SyncEnv (..), SyncOptions (..), envLedgerEnv)
3232
import Cardano.DbSync.Config (configureLogging, readSyncNodeConfig)
3333
import Cardano.DbSync.Config.Cardano
3434
import Cardano.DbSync.Config.Types (

cardano-db-sync/src/Cardano/DbSync/OffChain/Http.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{-# LANGUAGE LambdaCase #-}
22
{-# LANGUAGE OverloadedStrings #-}
3-
{-# LANGUAGE NoImplicitPrelude #-}
43
{-# LANGUAGE TypeApplications #-}
4+
{-# LANGUAGE NoImplicitPrelude #-}
55

66
module Cardano.DbSync.OffChain.Http (
77
httpGetOffChainPoolData,

cardano-db-sync/src/Cardano/DbSync/Util/Constraint.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ addStakeConstraintsIfNotExist syncEnv trce = do
7474
unless (dbConstraintEpochStake mdbc) (addEpochStakeTableConstraint trce)
7575
liftIO
7676
. atomically
77-
$ writeTVar (envDbConstraints syncEnv) (mdbc { dbConstraintEpochStake = True})
77+
$ writeTVar (envDbConstraints syncEnv) (mdbc {dbConstraintEpochStake = True})
7878

7979
addRewardConstraintsIfNotExist ::
8080
forall m.

cardano-db/src/Cardano/Db/Schema.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1252,7 +1252,7 @@ schemaDocs =
12521252

12531253
OffChainVoteData --^ do
12541254
"The table with the offchain metadata related to Vote Anchors. It accepts metadata in a more lenient way than what's\
1255-
\ decribed in CIP-100. New in 13.2-Conway."
1255+
\ decribed in CIP-100. New in 13.2-Conway."
12561256
OffChainVoteDataVotingAnchorId # "The VotingAnchor table index this offchain data refers."
12571257
OffChainVoteDataHash # "The hash of the offchain data."
12581258
OffChainVoteDataJson # "The payload as JSON."

0 commit comments

Comments
 (0)