Update TranslateViewModel.kt

codacy error dix

Signed-off-by: Julius Linus <69230048+rapterjet2004@users.noreply.github.com>
This commit is contained in:
Julius Linus 2023-05-22 13:12:36 -05:00 committed by GitHub
parent 5a18a05654
commit 480ad8941b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -47,7 +47,7 @@ class TranslateViewModel @Inject constructor(
?.subscribe(TranslateObserver())
}
inner class TranslateObserver() : Observer<String> {
inner class TranslateObserver : Observer<String> {
override fun onSubscribe(d: Disposable) {
_viewState.value = StartState
}