formatting
This commit is contained in:
parent
6ae0ef54a4
commit
58a65b10ca
@ -49,7 +49,7 @@ func (t *SourceSink) Source() (proxy.Packet, error) {
|
||||
return nil, io.EOF
|
||||
}
|
||||
|
||||
return proxy.SimplePacket(buf[4:read+4]), nil
|
||||
return proxy.SimplePacket(buf[4 : read+4]), nil
|
||||
}
|
||||
|
||||
var good, bad float64
|
||||
|
Loading…
Reference in New Issue
Block a user