Skip to content

Commit

Permalink
chore: gofumpt
Browse files Browse the repository at this point in the history
  • Loading branch information
rach-id committed Jan 27, 2025
1 parent 809a8cf commit 47aa5d0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion p2p/base_reactor.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,12 @@ package p2p
import (
"context"
"fmt"
"reflect"

"github.com/gogo/protobuf/proto"
"github.com/tendermint/tendermint/libs/service"
"github.com/tendermint/tendermint/p2p/conn"
"github.com/tendermint/tendermint/pkg/trace/schema"
"reflect"
)

// ProcessorFunc is the message processor function type.
Expand Down

0 comments on commit 47aa5d0

Please sign in to comment.