Skip to content

Commit

Permalink
fix unneeded deref
Browse files Browse the repository at this point in the history
  • Loading branch information
scx1332 committed Oct 31, 2023
1 parent 0531aa5 commit 08bb8d5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion golem_cli/src/status.rs
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ fn get_driver_for_network(network: &NetworkName) -> Option<&PaymentDriver> {
DRIVERS
.iter()
.find(|drv| drv.platform(network).is_ok())
.as_deref()
.copied()
}

Expand Down

0 comments on commit 08bb8d5

Please sign in to comment.