Skip to content

Commit

Permalink
Minor style improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
LVala committed Aug 5, 2024
1 parent d417b37 commit 5bb1671
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/ex_webrtc/sdp_utils.ex
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ defmodule ExWebRTC.SDPUtils do
mline_creds =
sdp.media
|> Enum.reject(&rejected?/1)
|> Enum.map(fn mline -> do_get_ice_credentials(mline) end)
|> Enum.map(&do_get_ice_credentials/1)

case {session_creds, mline_creds} do
# no session creds and no mlines (empty SDP)
Expand Down

0 comments on commit 5bb1671

Please sign in to comment.