Fix code style

This commit is contained in:
B. Blechschmidt 2023-03-24 18:14:31 +01:00
parent 8135ed3dce
commit 4eddcfd02b

View file

@ -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());
} }
} }
} }