Skip to content

Commit

Permalink
fixup! Format code
Browse files Browse the repository at this point in the history
  • Loading branch information
dlon committed Jan 16, 2025
1 parent 29e70b1 commit 652584a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion talpid-wireguard/src/connectivity/mock.rs
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ impl Tunnel for MockTunnel {
#[cfg(daita)]
fn start_daita(
&mut self,
#[cfg(not(target_os = "windows"))] _: talpid_tunnel_config_client::DaitaSettings,
_: talpid_tunnel_config_client::DaitaSettings,
) -> std::result::Result<(), TunnelError> {
Ok(())
}
Expand Down

0 comments on commit 652584a

Please sign in to comment.