Skip to content

Commit

Permalink
cargo format
Browse files Browse the repository at this point in the history
  • Loading branch information
jherzstein committed Dec 7, 2024
1 parent b4c04e1 commit 6c9a2a3
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions cli/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -294,9 +294,9 @@ async fn main() -> eyre::Result<()> {
common,
common_leader:
CommonLeaderArgs {
code,
code,
code_length,
qr,
qr,
},
common_send: CommonSenderArgs { file_name, files },
..
Expand Down Expand Up @@ -341,7 +341,7 @@ async fn main() -> eyre::Result<()> {
CommonLeaderArgs {
code,
code_length,
qr,
qr,
},
common_send: CommonSenderArgs { file_name, files },
..
Expand Down Expand Up @@ -419,9 +419,9 @@ async fn main() -> eyre::Result<()> {
common,
common_leader:
CommonLeaderArgs {
code,
code_length,
qr,
code,
code_length,
qr,
},
..
}) => {
Expand Down Expand Up @@ -572,7 +572,7 @@ fn parse_transit_args(args: &CommonArgs) -> transit::Abilities {
}
}

type PrintCodeFn =
type PrintCodeFn =
dyn Fn(&mut Term, &magic_wormhole::Code, &Option<url::Url>, bool) -> eyre::Result<()>;

/**
Expand Down

0 comments on commit 6c9a2a3

Please sign in to comment.