Skip to content

Commit

Permalink
Fix clippy lint
Browse files Browse the repository at this point in the history
Signed-off-by: Thane Thomson <connect@thanethomson.com>
  • Loading branch information
thanethomson committed Jan 19, 2022
1 parent 15dee58 commit b0b3ce7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/rpc-probe/src/client.rs
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ impl Client {
self.cmd_tx.send(cmd).map_err(|e| {
Error::Internal(format!(
"WebSocket driver channel receiving end closed unexpectedly: {}",
e.to_string()
e
))
})
}
Expand Down

0 comments on commit b0b3ce7

Please sign in to comment.