Skip to content

Commit

Permalink
style: format statement
Browse files Browse the repository at this point in the history
  • Loading branch information
Marsyew committed Jan 5, 2025
1 parent ccb1b5c commit c625e8f
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion livetwo/src/rtspclient.rs
Original file line number Diff line number Diff line change
Expand Up @@ -612,7 +612,12 @@ async fn setup_track(
}
});

Ok((Some(rtp_client_port), Some(rtp_client_port + 1), Some(rtp_server_port), codec))
Ok((
Some(rtp_client_port),
Some(rtp_client_port + 1),
Some(rtp_server_port),
codec,
))

Check warning on line 620 in livetwo/src/rtspclient.rs

View check run for this annotation

Codecov / codecov/patch

livetwo/src/rtspclient.rs#L613-L620

Added lines #L613 - L620 were not covered by tests
}

fn generate_digest_response(
Expand Down

0 comments on commit c625e8f

Please sign in to comment.