From 4c7f416c3f8809d0f2169ab11ade2985fdb697b8 Mon Sep 17 00:00:00 2001 From: Callum Waters Date: Fri, 27 Aug 2021 16:03:34 +0200 Subject: [PATCH] go fmt --- internal/statesync/reactor_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/statesync/reactor_test.go b/internal/statesync/reactor_test.go index e649efc4f..15ff636f7 100644 --- a/internal/statesync/reactor_test.go +++ b/internal/statesync/reactor_test.go @@ -19,10 +19,10 @@ import ( "github.com/tendermint/tendermint/internal/statesync/mocks" "github.com/tendermint/tendermint/internal/test/factory" "github.com/tendermint/tendermint/libs/log" - "github.com/tendermint/tendermint/proxy" "github.com/tendermint/tendermint/light/provider" ssproto "github.com/tendermint/tendermint/proto/tendermint/statesync" tmproto "github.com/tendermint/tendermint/proto/tendermint/types" + "github.com/tendermint/tendermint/proxy" proxymocks "github.com/tendermint/tendermint/proxy/mocks" smmocks "github.com/tendermint/tendermint/state/mocks" "github.com/tendermint/tendermint/store"