formatting
Some checks failed
continuous-integration/drone/push Build is failing
continuous-integration/drone/pr Build is failing

This commit is contained in:
Jake Hillion 2021-05-12 00:44:16 +01:00
parent 33f5df8f35
commit 81dce2855d

View File

@ -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])