Try to fix clippy
This commit is contained in:
parent
5d065b8a0f
commit
322dafc761
@ -404,7 +404,7 @@ impl RpcHelper {
|
||||
let mut nodes = nodes
|
||||
.iter()
|
||||
.map(|to| {
|
||||
let peer_zone = match ring.layout.node_role(&to) {
|
||||
let peer_zone = match ring.layout.node_role(to) {
|
||||
Some(pc) => &pc.zone,
|
||||
None => "",
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user