Skip to content

Commit

Permalink
Remove pointless ref
Browse files Browse the repository at this point in the history
  • Loading branch information
pinkisemils committed Dec 10, 2024
1 parent c030b79 commit 5ffaf9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mullvad-ios/src/ephemeral_peer_proxy/peer_exchange.rs
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ impl EphemeralPeerExchange {
let provider = tcp_provider.clone();
async move {
provider
.connect(&GRPC_HOST_CSTR)
.connect(GRPC_HOST_CSTR)
.await
.map(hyper_util::rt::tokio::TokioIo::new)
.map_err(|_| Error::TcpConnectionOpen)
Expand Down

0 comments on commit 5ffaf9d

Please sign in to comment.