fix lint warning

pull/199/head
Kevin Hester 2020-10-21 20:33:49 +08:00
rodzic eca859039a
commit b90792f4a1
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -13,7 +13,7 @@ import java.util.concurrent.TimeUnit
/** /**
* Helper that calls MeshService.startService() * Helper that calls MeshService.startService()
*/ */
private class ServiceStarter( public class ServiceStarter(
appContext: Context, appContext: Context,
workerParams: WorkerParameters workerParams: WorkerParameters
) : Worker(appContext, workerParams) { ) : Worker(appContext, workerParams) {