From b7c60b467f30dc43f5e3c6796c7b3d503ede7434 Mon Sep 17 00:00:00 2001 From: Joe Turki Date: Sun, 5 Jan 2025 06:06:00 -0600 Subject: [PATCH] Fix lint --- sdp.go | 1 - 1 file changed, 1 deletion(-) diff --git a/sdp.go b/sdp.go index 42a197bba20..cf2e92d304a 100644 --- a/sdp.go +++ b/sdp.go @@ -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{},