Skip to content

Commit

Permalink
🎨 Fix spotless error
Browse files Browse the repository at this point in the history
  • Loading branch information
dubdabasoduba committed Oct 23, 2024
1 parent 4f6c6a6 commit 4edd369
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 @@ -61,7 +62,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 4edd369

Please sign in to comment.