Skip to content

Commit

Permalink
Fix clippy issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Pururun committed Nov 15, 2024
1 parent d20f504 commit e8ff660
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion talpid-wireguard/src/wireguard_go/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -344,7 +344,7 @@ impl WgGoTunnel {

let exit_config_str = config::userspace_format(
&config.tunnel.private_key,
&exit_peer,
exit_peer,
config.exit_peer.as_ref(),
);

Expand Down

0 comments on commit e8ff660

Please sign in to comment.