Parcourir la source

prepare for detekt

MrOzOn il y a 5 ans
Parent
commit
e321c48cf6

+ 1 - 1
app/src/main/java/com/mrozon/healthdiary/presentation/showperson/ShowPersonFragment.kt

@@ -27,4 +27,4 @@ class ShowPersonFragment: Fragment() {
         return binding.root
     }
 
-}
+}

+ 1 - 2
app/src/main/java/com/mrozon/healthdiary/presentation/showperson/ShowPersonViewModal.kt

@@ -2,5 +2,4 @@ package com.mrozon.healthdiary.presentation.showperson
 
 import androidx.lifecycle.ViewModel
 
-class ShowPersonViewModal: ViewModel() {
-}
+class ShowPersonViewModal: ViewModel()