Skip to content

Commit 126bf19

Browse files
committed
cargo format
1 parent 6c9a2a3 commit 126bf19

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

cli/src/main.rs

+9-9
Original file line numberDiff line numberDiff line change
@@ -292,8 +292,8 @@ async fn main() -> eyre::Result<()> {
292292
match app.command {
293293
WormholeCommand::Send {
294294
common,
295-
common_leader:
296-
CommonLeaderArgs {
295+
common_leader:
296+
CommonLeaderArgs {
297297
code,
298298
code_length,
299299
qr,
@@ -310,7 +310,7 @@ async fn main() -> eyre::Result<()> {
310310
common,
311311
code,
312312
Some(code_length),
313-
qr,
313+
qr,
314314
true,
315315
transfer::APP_CONFIG,
316316
Some(&sender_print_code),
@@ -337,8 +337,8 @@ async fn main() -> eyre::Result<()> {
337337
tries,
338338
timeout,
339339
common,
340-
common_leader:
341-
CommonLeaderArgs {
340+
common_leader:
341+
CommonLeaderArgs {
342342
code,
343343
code_length,
344344
qr,
@@ -417,8 +417,8 @@ async fn main() -> eyre::Result<()> {
417417
WormholeCommand::Forward(ForwardCommand::Serve {
418418
targets,
419419
common,
420-
common_leader:
421-
CommonLeaderArgs {
420+
common_leader:
421+
CommonLeaderArgs {
422422
code,
423423
code_length,
424424
qr,
@@ -503,8 +503,8 @@ async fn main() -> eyre::Result<()> {
503503
tracing::warn!("This is an unstable feature. Make sure that your peer is running the exact same version of the program as you. Also, please report all bugs and crashes.");
504504
let mut app_config = forwarding::APP_CONFIG;
505505
app_config.app_version.transit_abilities = parse_transit_args(&common);
506-
let (wormhole, _code, relay_hints) =
507-
parse_and_connect(&mut term, common, code, None, false, false, app_config, None,
506+
let (wormhole, _code, relay_hints) = parse_and_connect(
507+
&mut term, common, code, None, false, false, app_config, None,
508508
)
509509
.await?;
510510

0 commit comments

Comments
 (0)