Browse Source

gofmt code

pull/3524/head
Anton Kaliaev 6 years ago
parent
commit
231ecb26a3
No known key found for this signature in database GPG Key ID: 7B6881D965918214
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      consensus/replay.go
  2. +1
    -1
      consensus/replay_file.go

+ 1
- 1
consensus/replay.go View File

@ -16,11 +16,11 @@ import (
cmn "github.com/tendermint/tendermint/libs/common"
dbm "github.com/tendermint/tendermint/libs/db"
"github.com/tendermint/tendermint/libs/log"
memplmock "github.com/tendermint/tendermint/mempool/mock"
"github.com/tendermint/tendermint/proxy"
sm "github.com/tendermint/tendermint/state"
"github.com/tendermint/tendermint/types"
"github.com/tendermint/tendermint/version"
memplmock "github.com/tendermint/tendermint/mempool/mock"
)
var crc32c = crc32.MakeTable(crc32.Castagnoli)


+ 1
- 1
consensus/replay_file.go View File

@ -16,10 +16,10 @@ import (
cmn "github.com/tendermint/tendermint/libs/common"
dbm "github.com/tendermint/tendermint/libs/db"
"github.com/tendermint/tendermint/libs/log"
memplmock "github.com/tendermint/tendermint/mempool/mock"
"github.com/tendermint/tendermint/proxy"
sm "github.com/tendermint/tendermint/state"
"github.com/tendermint/tendermint/types"
memplmock "github.com/tendermint/tendermint/mempool/mock"
)
const (


Loading…
Cancel
Save