Skip to content

Commit f9b6161

Browse files
committed
fix fmt check
1 parent 45d3f4b commit f9b6161

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

src/dialog/tests/test_dialog_layer.rs

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,12 @@ async fn create_test_endpoint() -> crate::Result<crate::transaction::endpoint::E
2525
}
2626

2727
/// Test helper to create mock INVITE request
28-
fn create_invite_request(local_tag: &str, remote_tag: &str, call_id: &str, branch: &str) -> Request {
28+
fn create_invite_request(
29+
local_tag: &str,
30+
remote_tag: &str,
31+
call_id: &str,
32+
branch: &str,
33+
) -> Request {
2934
Request {
3035
method: rsip::Method::Invite,
3136
uri: rsip::Uri::try_from("sip:bob@example.com:5060").unwrap(),

0 commit comments

Comments
 (0)