Run gofmt.

This commit is contained in:
Juliusz Chroboczek
2020-12-19 17:38:47 +01:00
parent 325f288189
commit 4fde2c40e6
7 changed files with 38 additions and 39 deletions
+1 -1
View File
@@ -15,7 +15,7 @@ func TestEstimator(t *testing.T) {
e.Accumulate(128)
e.estimate(now + rtptime.JiffiesPerSec)
rate, packetRate :=
e.estimate(now + (rtptime.JiffiesPerSec * 1001) / 1000)
e.estimate(now + (rtptime.JiffiesPerSec*1001)/1000)
if rate != 42+128 {
t.Errorf("Expected %v, got %v", 42+128, rate)