From 30dd27596b5c0fa9141659245a91eaad1649918a Mon Sep 17 00:00:00 2001 From: Saxon Date: Thu, 4 Jul 2019 14:36:26 +0930 Subject: [PATCH] container/mts/mpegts_test.go: removed var block for single var clip --- container/mts/mpegts_test.go | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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))