Commit 1ec62ae7 authored by Mygod's avatar Mygod

Remove empty line

parent 847149c2
...@@ -58,7 +58,6 @@ class VpnService : BaseVpnService(), LocalDnsService.Interface { ...@@ -58,7 +58,6 @@ class VpnService : BaseVpnService(), LocalDnsService.Interface {
* https://android.googlesource.com/platform/prebuilts/runtime/+/94fec32/appcompat/hiddenapi-light-greylist.txt#9466 * https://android.googlesource.com/platform/prebuilts/runtime/+/94fec32/appcompat/hiddenapi-light-greylist.txt#9466
*/ */
private val getInt: Method = FileDescriptor::class.java.getDeclaredMethod("getInt$") private val getInt: Method = FileDescriptor::class.java.getDeclaredMethod("getInt$")
} }
class CloseableFd(val fd: FileDescriptor) : Closeable { class CloseableFd(val fd: FileDescriptor) : Closeable {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment