Skip to content

Commit

Permalink
fix staticcheck failure
Browse files Browse the repository at this point in the history
  • Loading branch information
marten-seemann committed Mar 30, 2021
1 parent 03cbe2d commit 9c16c32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client.go
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ func simOpen(protos []string, rwc io.ReadWriteCloser) (string, bool, error) {
var iamserver bool

if peerNonce == myNonce {
return "", false, errors.New("failed client selection; identical nonces!")
return "", false, errors.New("failed client selection; identical nonces")
}
iamserver = peerNonce > myNonce

Expand Down

0 comments on commit 9c16c32

Please sign in to comment.