Skip to content

Commit 7364c53

Browse files
committed
feat: Fix lint
1 parent 5109c76 commit 7364c53

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pkg/cmd/raw-recording/processing/container_converter.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import (
1111

1212
"github.com/pion/rtp"
1313
"github.com/pion/rtp/codecs"
14-
"github.com/pion/webrtc/v4"
14+
webrtc "github.com/pion/webrtc/v4"
1515
"github.com/pion/webrtc/v4/pkg/media/rtpdump"
1616
"github.com/pion/webrtc/v4/pkg/media/samplebuilder"
1717
)

pkg/cmd/raw-recording/processing/sdp_tool.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import (
55
"os"
66
"strings"
77

8-
"github.com/pion/webrtc/v4"
8+
webrtc "github.com/pion/webrtc/v4"
99
)
1010

1111
func readSDP(sdpFilePath string) (string, error) {

0 commit comments

Comments
 (0)