Skip to content

Commit 28d0622

Browse files
authored
Merge pull request #285 from bnb-chain/gofmt
gofmt
2 parents c0de534 + 002397d commit 28d0622

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tss/party.go

+2-2
Original file line numberDiff line numberDiff line change
@@ -79,8 +79,8 @@ func (p *BaseParty) ValidateMessage(msg ParsedMessage) (bool, *Error) {
7979
}
8080

8181
func (p *BaseParty) String() string {
82-
if rnd := p.round(); rnd != nil {
83-
return fmt.Sprintf("round: %d",rnd.RoundNumber())
82+
if rnd := p.round(); rnd != nil {
83+
return fmt.Sprintf("round: %d", rnd.RoundNumber())
8484
}
8585

8686
return "No more rounds"

0 commit comments

Comments
 (0)