Browse Source

Whitespace change to make cargo fmt happy

pull/21/head
B. Blechschmidt 3 years ago
parent
commit
a59be5a1af
  1. 2
      src/setup.rs

2
src/setup.rs

@ -253,7 +253,7 @@ impl Setup {
"failed to bring up tunnel device",
true,
)?;
let delete_proxy_route = self.route_proxy_address()?;
self.delete_proxy_route = delete_proxy_route;
ctrlc::set_handler(move || {

Loading…
Cancel
Save