From ebe5f5e5d48edd368d156cec89441084f703eecb Mon Sep 17 00:00:00 2001 From: William Banfield Date: Wed, 19 Jan 2022 13:01:14 -0500 Subject: [PATCH] gofmt --- internal/p2p/pex/reactor_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/p2p/pex/reactor_test.go b/internal/p2p/pex/reactor_test.go index cb1cf117d..65909a715 100644 --- a/internal/p2p/pex/reactor_test.go +++ b/internal/p2p/pex/reactor_test.go @@ -1,6 +1,6 @@ // Temporarily disabled pending ttps://github.com/tendermint/tendermint/issues/7626. //go:build issue7626 -//+build issue7626 +// +build issue7626 package pex_test