Skip to content

Commit

Permalink
Formate code
Browse files Browse the repository at this point in the history
Signed-off-by: Elly Kitoto <[email protected]>
  • Loading branch information
ellykits committed Dec 11, 2024
1 parent 3dca72c commit f8fb2d7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ import androidx.lifecycle.viewModelScope
import com.google.android.fhir.datacapture.extensions.logicalId
import dagger.hilt.android.lifecycle.HiltViewModel
import dagger.hilt.android.qualifiers.ApplicationContext
import javax.inject.Inject
import kotlinx.coroutines.flow.MutableSharedFlow
import kotlinx.coroutines.flow.asSharedFlow
import kotlinx.coroutines.launch
Expand Down Expand Up @@ -56,7 +57,6 @@ import org.smartregister.fhircore.quest.R
import org.smartregister.fhircore.quest.ui.shared.QuestionnaireHandler
import org.smartregister.fhircore.quest.util.extensions.referenceToBitmap
import timber.log.Timber
import javax.inject.Inject

@HiltViewModel
class GeoWidgetLauncherViewModel
Expand Down

0 comments on commit f8fb2d7

Please sign in to comment.