Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
joeturki committed Jan 5, 2025
1 parent 6e14eab commit b7c60b4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion sdp.go
Original file line number Diff line number Diff line change
Expand Up @@ -824,7 +824,6 @@ type sdpICEDetails struct {
SDPMLineIndex uint16
}


func extractICEDetails(desc *sdp.SessionDescription, log logging.LeveledLogger) (*sdpICEDetails, error) { // nolint:gocognit
details := &sdpICEDetails{
Candidates: []ICECandidate{},
Expand Down

0 comments on commit b7c60b4

Please sign in to comment.