Skip to content

Commit

Permalink
Remove extra whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
buggmagnet committed Sep 4, 2024
1 parent 666b680 commit 0fc3868
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion mullvad-ios/src/post_quantum_proxy/ios_runtime.rs
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,6 @@ impl IOSRuntime {
let (async_provider, shutdown_handle) = unsafe {
match Self::ios_tcp_client(self.packet_tunnel.clone()).await {
Ok(result) => result,

Err(error) => {
log::error!("Failed to create iOS TCP client: {error}");
swift_ephemeral_peer_ready(
Expand Down

0 comments on commit 0fc3868

Please sign in to comment.