ci: version linter fix (#5128)

## Description
linter version fix and run make format to have all ci run

Closes: #XXX
This commit is contained in:
Marko
2020-07-16 09:01:02 +00:00
committed by GitHub
parent bba966458a
commit 7c8c356f71
8 changed files with 8 additions and 2 deletions
+1
View File
@@ -4,6 +4,7 @@ import (
"testing"
"github.com/stretchr/testify/require"
"github.com/tendermint/tendermint/crypto/tmhash"
tmrand "github.com/tendermint/tendermint/libs/rand"
)
+1
View File
@@ -7,6 +7,7 @@ import (
"github.com/stretchr/testify/assert"
"github.com/stretchr/testify/require"
"github.com/tendermint/tendermint/crypto"
"github.com/tendermint/tendermint/crypto/ed25519"
"github.com/tendermint/tendermint/crypto/tmhash"