Skip to content

Commit

Permalink
Format
Browse files Browse the repository at this point in the history
  • Loading branch information
Pururun committed Nov 28, 2024
1 parent 07a91d4 commit 6921074
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions talpid-wireguard/src/wireguard_go/mod.rs
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
#[cfg(target_os = "android")]
use super::config;
#[cfg(target_os = "android")]
use super::Error;
use super::{
stats::{Stats, StatsMap},
Config, Tunnel, TunnelError,
};
#[cfg(target_os = "android")]
use super::Error;
#[cfg(target_os = "linux")]
use crate::config::MULLVAD_INTERFACE_NAME;
#[cfg(target_os = "android")]
Expand Down

0 comments on commit 6921074

Please sign in to comment.