formatting
This commit is contained in:
parent
33f5df8f35
commit
81dce2855d
@ -41,7 +41,7 @@ func TestNewReno_InitialHandle(t *testing.T) {
|
||||
|
||||
initialSeq := binary.LittleEndian.Uint32(initial[8:12])
|
||||
|
||||
response, data, err := b.Handle(ctx , initial)
|
||||
response, data, err := b.Handle(ctx, initial)
|
||||
|
||||
ack := binary.LittleEndian.Uint32(response[0:4])
|
||||
nack := binary.LittleEndian.Uint32(response[4:8])
|
||||
|
Loading…
Reference in New Issue
Block a user