merge develop into master #21
@ -89,7 +89,7 @@ func (n *newRenoTest) RunSideA(ctx context.Context) {
|
||||
|
||||
go func() {
|
||||
for {
|
||||
seq, err := n.sideA.AwaitEarlyUpdate(ctx, 500 * time.Millisecond)
|
||||
seq, err := n.sideA.AwaitEarlyUpdate(ctx, 500*time.Millisecond)
|
||||
if err != nil {
|
||||
return
|
||||
}
|
||||
@ -122,7 +122,7 @@ func (n *newRenoTest) RunSideB(ctx context.Context) {
|
||||
|
||||
go func() {
|
||||
for {
|
||||
seq, err := n.sideB.AwaitEarlyUpdate(ctx, 500 * time.Millisecond)
|
||||
seq, err := n.sideB.AwaitEarlyUpdate(ctx, 500*time.Millisecond)
|
||||
if err != nil {
|
||||
return
|
||||
}
|
||||
|
@ -6,7 +6,7 @@ import (
|
||||
"time"
|
||||
)
|
||||
|
||||
type None struct {}
|
||||
type None struct{}
|
||||
|
||||
func NewNone() None {
|
||||
return None{}
|
||||
|
Loading…
Reference in New Issue
Block a user