diff --git a/container/mts/mpegts_test.go b/container/mts/mpegts_test.go index 802b2765..3a603a20 100644 --- a/container/mts/mpegts_test.go +++ b/container/mts/mpegts_test.go @@ -358,9 +358,7 @@ func TestTrimToMetaRange(t *testing.T) { key = "n" ) - var ( - clip bytes.Buffer - ) + var clip bytes.Buffer for i := 0; i < nPSI; i++ { Meta.Add(key, strconv.Itoa((i*2)+1))