mirror of
https://github.com/tun2proxy/tun2proxy.git
synced 2025-06-07 23:27:46 +00:00
Fix code style
This commit is contained in:
parent
8135ed3dce
commit
4eddcfd02b
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue