Skip to content

Commit

Permalink
clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
FroVolod committed Aug 26, 2024
1 parent efb99e1 commit 34bac8a
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions src/common.rs
Original file line number Diff line number Diff line change
Expand Up @@ -440,7 +440,7 @@ async fn view_account(
);
}

let query_view_method_response = json_rpc_client
json_rpc_client
.call(query_view_method_request)
.await
.inspect_err(|err| match err {
Expand Down Expand Up @@ -471,9 +471,7 @@ async fn view_account(
);
}
})
.inspect(teach_me_call_response);

query_view_method_response
.inspect(teach_me_call_response)
}

fn need_check_account(message: String) -> bool {
Expand Down

0 comments on commit 34bac8a

Please sign in to comment.