Skip to content

Commit

Permalink
fmt code
Browse files Browse the repository at this point in the history
  • Loading branch information
oker authored and oker committed Jul 9, 2024
1 parent c73afcb commit ba15cbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/tendermint/blockchain/v0/reactor.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@ package v0
import (
"errors"
"fmt"
cfg "github.com/okex/exchain/libs/tendermint/config"
"reflect"
"sync"
"time"

amino "github.com/tendermint/go-amino"

cfg "github.com/okex/exchain/libs/tendermint/config"
"github.com/okex/exchain/libs/tendermint/libs/log"
"github.com/okex/exchain/libs/tendermint/p2p"
sm "github.com/okex/exchain/libs/tendermint/state"
Expand Down

0 comments on commit ba15cbf

Please sign in to comment.