review(call): fix fmt drift in adapter.rs and env.rs (call/review-call-sync)
This commit is contained in:
@@ -283,9 +283,7 @@ impl OperationEnv for PeerCompositeEnv {
|
||||
}
|
||||
|
||||
fn peer_contains(&self, peer: &PeerId, name: &str) -> bool {
|
||||
self.connections
|
||||
.get(peer)
|
||||
.is_some_and(|c| c.contains(name))
|
||||
self.connections.get(peer).is_some_and(|c| c.contains(name))
|
||||
}
|
||||
|
||||
fn peer_ids(&self) -> Vec<PeerId> {
|
||||
|
||||
Reference in New Issue
Block a user