mirror of
https://github.com/tun2proxy/tun2proxy.git
synced 2025-06-07 15:17:43 +00:00
Whitespace change to make cargo fmt happy
This commit is contained in:
parent
0bfd3f2514
commit
a59be5a1af
1 changed files with 1 additions and 1 deletions
|
@ -253,7 +253,7 @@ impl Setup {
|
||||||
"failed to bring up tunnel device",
|
"failed to bring up tunnel device",
|
||||||
true,
|
true,
|
||||||
)?;
|
)?;
|
||||||
|
|
||||||
let delete_proxy_route = self.route_proxy_address()?;
|
let delete_proxy_route = self.route_proxy_address()?;
|
||||||
self.delete_proxy_route = delete_proxy_route;
|
self.delete_proxy_route = delete_proxy_route;
|
||||||
ctrlc::set_handler(move || {
|
ctrlc::set_handler(move || {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue