Skip to content

Commit

Permalink
rustfmt
Browse files Browse the repository at this point in the history
  • Loading branch information
mcdallas committed May 19, 2019
1 parent dff0d3d commit 50f7e72
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion controller/src/command.rs
Original file line number Diff line number Diff line change
Expand Up @@ -348,7 +348,6 @@ pub fn receive(
g_args: &GlobalArgs,
args: ReceiveArgs,
) -> Result<(), Error> {

let adapter = match args.method.as_str() {
"file" => FileWalletCommAdapter::new(),
"string" => StdioWalletCommAdapter::new(),
Expand Down

0 comments on commit 50f7e72

Please sign in to comment.