Whitespace change to make cargo fmt happy

This commit is contained in:
B. Blechschmidt 2023-03-29 13:25:59 +02:00
parent 0bfd3f2514
commit a59be5a1af

View file

@ -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 || {