Skip to content

Commit 6b82165

Browse files
committed
formatting
1 parent a7bec12 commit 6b82165

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

node/tests/ui_gateway_test.rs

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -130,10 +130,7 @@ fn daemon_does_not_allow_node_to_keep_his_client_alive_integration() {
130130
let daemon_port = find_free_port();
131131
let mut daemon = utils::MASQNode::start_daemon(
132132
test_name,
133-
Some(
134-
CommandConfig::new()
135-
.pair("--ui-port", daemon_port.to_string().as_str()),
136-
),
133+
Some(CommandConfig::new().pair("--ui-port", daemon_port.to_string().as_str())),
137134
true,
138135
true,
139136
false,

0 commit comments

Comments
 (0)