diff --git a/app/src/main/kotlin/io/treehouses/remote/ui/services/ServicesViewModel.kt b/app/src/main/kotlin/io/treehouses/remote/ui/services/ServicesViewModel.kt index de524708f..06670517a 100644 --- a/app/src/main/kotlin/io/treehouses/remote/ui/services/ServicesViewModel.kt +++ b/app/src/main/kotlin/io/treehouses/remote/ui/services/ServicesViewModel.kt @@ -42,7 +42,7 @@ class ServicesViewModel(application: Application) : FragmentViewModel(applicatio /** * LiveData to fetch the cached services data */ - private val cacheServiceData = MutableLiveData() + private val cacheServiceData = MutableLiveData() /** * LiveData to observe the status of the Server Services result