Refine code style

This commit is contained in:
Mygod
2019-07-15 19:26:56 +08:00
parent 2d70595358
commit 654c1fc48f
3 changed files with 10 additions and 11 deletions

View File

@@ -88,13 +88,12 @@ class Routing(private val caller: Any, private val downstream: String) : IpNeigh
None,
Simple,
/**
* Netd does not support multiple tethering upstream below Android 9, which we heavily
* depend on.
* Netd does not support multiple tethering upstream below Android 9, which we heavily depend on.
*
* Source: https://android.googlesource.com/platform/system/netd/+/3b47c793ff7ade843b1d85a9be8461c3b4dc693e
*/
@RequiresApi(28)
Netd
Netd,
}
class InterfaceNotFoundException(override val cause: Throwable) : SocketException() {