From 19a0a22b623cfb84c6106a6af532d8cfcbab73a4 Mon Sep 17 00:00:00 2001 From: Prabhpreet Dua <615318+prabhpreet@users.noreply.github.com> Date: Sun, 18 Feb 2024 14:13:33 +0530 Subject: [PATCH] Cargo fmt --- rosenpass/tests/integration_test.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rosenpass/tests/integration_test.rs b/rosenpass/tests/integration_test.rs index 634dc51..15b1d74 100644 --- a/rosenpass/tests/integration_test.rs +++ b/rosenpass/tests/integration_test.rs @@ -68,7 +68,7 @@ fn check_exchange_under_normal() { break port; } }; - + let listen_addr = format!("localhost:{port}"); let mut server = test_bin::get_test_bin(BIN) .args(["exchange", "secret-key"])