From d1021dcf63fb91c8c2fa35bcc35ff162fa63b27f Mon Sep 17 00:00:00 2001 From: Termina1 Date: Fri, 2 Dec 2022 20:27:31 +0200 Subject: [PATCH] fix formatting --- .../dshackle/upstream/ethereum/DefaultEthereumHead.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/kotlin/io/emeraldpay/dshackle/upstream/ethereum/DefaultEthereumHead.kt b/src/main/kotlin/io/emeraldpay/dshackle/upstream/ethereum/DefaultEthereumHead.kt index c2a41119..b47b064e 100644 --- a/src/main/kotlin/io/emeraldpay/dshackle/upstream/ethereum/DefaultEthereumHead.kt +++ b/src/main/kotlin/io/emeraldpay/dshackle/upstream/ethereum/DefaultEthereumHead.kt @@ -32,7 +32,7 @@ open class DefaultEthereumHead( private val upstreamId: String, forkChoice: ForkChoice, blockValidator: BlockValidator -) : Head, AbstractHead(forkChoice, blockValidator,60_000, upstreamId) { +) : Head, AbstractHead(forkChoice, blockValidator, 60_000, upstreamId) { companion object { private val log = LoggerFactory.getLogger(DefaultEthereumHead::class.java)