aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/rtcicecandidate.rs
diff options
context:
space:
mode:
Diffstat (limited to 'components/script/dom/rtcicecandidate.rs')
-rw-r--r--components/script/dom/rtcicecandidate.rs9
1 files changed, 8 insertions, 1 deletions
diff --git a/components/script/dom/rtcicecandidate.rs b/components/script/dom/rtcicecandidate.rs
index fc60867d5e2..afc7954e70e 100644
--- a/components/script/dom/rtcicecandidate.rs
+++ b/components/script/dom/rtcicecandidate.rs
@@ -46,7 +46,14 @@ impl RTCIceCandidate {
sdp_m_line_index: Option<u16>,
username_fragment: Option<DOMString>,
) -> DomRoot<RTCIceCandidate> {
- Self::new_with_proto(global, None, candidate, sdp_m_id, sdp_m_line_index, username_fragment)
+ Self::new_with_proto(
+ global,
+ None,
+ candidate,
+ sdp_m_id,
+ sdp_m_line_index,
+ username_fragment,
+ )
}
fn new_with_proto(