Skip to content

Commit 8a3fba7

Browse files
committed
Fix lint error.
1 parent 20653ac commit 8a3fba7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

statediff/service.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,8 @@ import (
5050
const (
5151
chainEventChanSize = 20000
5252
genesisBlockNumber = 0
53-
defaultRetryLimit = 3 // default retry limit once deadlock is detected.
54-
deadlockDetected = "deadlock detected" // 40P01 https://www.postgresql.org/docs/current/errcodes-appendix.html
53+
defaultRetryLimit = 3 // default retry limit once deadlock is detected.
54+
deadlockDetected = "deadlock detected" // 40P01 https://www.postgresql.org/docs/current/errcodes-appendix.html
5555
)
5656

5757
var writeLoopParams = Params{
@@ -712,4 +712,4 @@ func (sds *Service) writeStateDiffWithRetry(block *types.Block, parentRoot commo
712712
break
713713
}
714714
return err
715-
}
715+
}

0 commit comments

Comments
 (0)