From b79602981a5d76ebe322da4327eaed94b62eeb87 Mon Sep 17 00:00:00 2001 From: Erik Grinaker Date: Mon, 20 Apr 2020 10:55:51 +0200 Subject: [PATCH] fix linter warnings --- evidence/store_test.go | 2 +- types/proto3_test.go | 2 +- types/protobuf_test.go | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/evidence/store_test.go b/evidence/store_test.go index a0c7f5db1..1d45f09a1 100644 --- a/evidence/store_test.go +++ b/evidence/store_test.go @@ -1,11 +1,11 @@ package evidence import ( - "github.com/stretchr/testify/require" "testing" "time" "github.com/stretchr/testify/assert" + "github.com/stretchr/testify/require" dbm "github.com/tendermint/tm-db" "github.com/tendermint/tendermint/types" diff --git a/types/proto3_test.go b/types/proto3_test.go index f969be128..f5db1a83f 100644 --- a/types/proto3_test.go +++ b/types/proto3_test.go @@ -4,7 +4,7 @@ import ( "testing" "time" - "github.com/golang/protobuf/proto" + "github.com/golang/protobuf/proto" // nolint: staticcheck // still used by gogoproto "github.com/stretchr/testify/assert" "github.com/tendermint/tendermint/types/proto3" diff --git a/types/protobuf_test.go b/types/protobuf_test.go index 636091b5c..6f6e6198b 100644 --- a/types/protobuf_test.go +++ b/types/protobuf_test.go @@ -4,7 +4,7 @@ import ( "testing" "time" - "github.com/golang/protobuf/proto" + "github.com/golang/protobuf/proto" // nolint: staticcheck // still used by gogoproto "github.com/stretchr/testify/assert" "github.com/stretchr/testify/require"