Skip to content

Commit c9a7424

Browse files
committed
Simplify with gofmt
Refs to issue grafov#151.
1 parent d546f25 commit c9a7424

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

reader_test.go

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -739,14 +739,8 @@ func TestDecodeMediaPlaylistWithCustomTags(t *testing.T) {
739739
index int
740740
names []string
741741
}{
742-
&struct {
743-
index int
744-
names []string
745-
}{1, []string{"#CUSTOM-SEGMENT-TAG:"}},
746-
&struct {
747-
index int
748-
names []string
749-
}{2, []string{"#CUSTOM-SEGMENT-TAG:", "#CUSTOM-SEGMENT-TAG-B"}},
742+
{1, []string{"#CUSTOM-SEGMENT-TAG:"}},
743+
{2, []string{"#CUSTOM-SEGMENT-TAG:", "#CUSTOM-SEGMENT-TAG-B"}},
750744
},
751745
},
752746
}

0 commit comments

Comments
 (0)