Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
dlon committed Aug 16, 2024
1 parent 5b5dcdd commit 26244a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mullvad-ios/src/tunnel_obfuscator_proxy/mod.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
use std::{io, net::SocketAddr};
use tokio::task::JoinHandle;
use tunnel_obfuscation::{create_obfuscator, Settings as ObfuscationSettings, udp2tcp::Settings};
use tunnel_obfuscation::{create_obfuscator, udp2tcp::Settings, Settings as ObfuscationSettings};

mod ffi;

Expand Down

0 comments on commit 26244a4

Please sign in to comment.