Browse Source

Fix code style

pull/16/head
B. Blechschmidt 3 years ago
parent
commit
4eddcfd02b
  1. 2
      src/tun2proxy.rs

2
src/tun2proxy.rs

@ -686,7 +686,7 @@ impl<'a> TunToProxy<'a> {
} }
Err(e) => { Err(e) => {
if e.kind() != std::io::ErrorKind::Interrupted { if e.kind() != std::io::ErrorKind::Interrupted {
return Err(e.into()) return Err(e.into());
} }
} }
} }

Loading…
Cancel
Save