Refine code style

This commit is contained in:
Mygod
2020-08-04 03:07:04 +08:00
parent 1d0422a8ec
commit ba80e922b8
3 changed files with 50 additions and 28 deletions

View File

@@ -25,7 +25,6 @@ import kotlinx.coroutines.Dispatchers
import kotlinx.coroutines.GlobalScope
import kotlinx.coroutines.launch
import timber.log.Timber
import java.lang.reflect.InvocationTargetException
@RequiresApi(24)
sealed class TetheringTileService : IpNeighbourMonitoringTileService(), TetheringManager.StartTetheringCallback {