mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
Formatting.
This commit is contained in:
parent
dbff26bce0
commit
0e8ac3fdac
81 changed files with 588 additions and 206 deletions
|
@ -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(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue