Skip to content

Commit

Permalink
Merge pull request #285 from bnb-chain/gofmt
Browse files Browse the repository at this point in the history
gofmt
  • Loading branch information
ZhAnGeek committed Jan 16, 2024
2 parents c0de534 + 002397d commit 28d0622
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tss/party.go
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,8 @@ func (p *BaseParty) ValidateMessage(msg ParsedMessage) (bool, *Error) {
}

func (p *BaseParty) String() string {
if rnd := p.round(); rnd != nil {
return fmt.Sprintf("round: %d",rnd.RoundNumber())
if rnd := p.round(); rnd != nil {
return fmt.Sprintf("round: %d", rnd.RoundNumber())
}

return "No more rounds"
Expand Down

0 comments on commit 28d0622

Please sign in to comment.