Skip to content

Commit 81e80b4

Browse files
committed
Linty fixes
I have been writing too much Node code recently
1 parent 14c032c commit 81e80b4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

mediaengine_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -526,14 +526,14 @@ a=rtpmap:111 opus/48000/2
526526

527527
assert.Equal(t, 2, len(extensions))
528528

529-
midIndex := -1;
529+
midIndex := -1
530530
if extensions[0].URI == sdp.SDESMidURI {
531531
midIndex = 0
532532
} else if extensions[1].URI == sdp.SDESMidURI {
533533
midIndex = 1
534534
}
535535

536-
voIndex := -1;
536+
voIndex := -1
537537
if extensions[0].URI == "urn:3gpp:video-orientation" {
538538
voIndex = 0
539539
} else if extensions[1].URI == "urn:3gpp:video-orientation" {

0 commit comments

Comments
 (0)