Skip to content

Commit 5ffaf9d

Browse files
committed
Remove pointless ref
1 parent c030b79 commit 5ffaf9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: mullvad-ios/src/ephemeral_peer_proxy/peer_exchange.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ impl EphemeralPeerExchange {
9797
let provider = tcp_provider.clone();
9898
async move {
9999
provider
100-
.connect(&GRPC_HOST_CSTR)
100+
.connect(GRPC_HOST_CSTR)
101101
.await
102102
.map(hyper_util::rt::tokio::TokioIo::new)
103103
.map_err(|_| Error::TcpConnectionOpen)

0 commit comments

Comments
 (0)