Skip to content

Commit

Permalink
ktlint
Browse files Browse the repository at this point in the history
Signed-off-by: Pablo <[email protected]>
  • Loading branch information
Balcan committed Feb 8, 2024
1 parent f7fd183 commit f7deca3
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ import org.dhis2.commons.data.TeiAttributesInfo
import org.dhis2.commons.dialogs.imagedetail.ImageDetailActivity
import org.dhis2.commons.featureconfig.data.FeatureConfigRepository
import org.dhis2.commons.featureconfig.model.Feature
import org.dhis2.commons.resources.ResourceManager
import org.dhis2.databinding.EnrollmentActivityBinding
import org.dhis2.form.data.GeometryController
import org.dhis2.form.data.GeometryParserImpl
Expand All @@ -43,7 +44,6 @@ import org.hisp.dhis.android.core.common.FeatureType
import org.hisp.dhis.android.core.enrollment.EnrollmentStatus
import java.io.File
import javax.inject.Inject
import org.dhis2.commons.resources.ResourceManager

class EnrollmentActivity : ActivityGlobalAbstract(), EnrollmentView {

Expand Down Expand Up @@ -350,7 +350,7 @@ class EnrollmentActivity : ActivityGlobalAbstract(), EnrollmentView {
resourceManager.formatWithEnrollmentLabel(
programUid = presenter.getProgram()?.uid()!!,
R.string.new_enrollment,
1
1,
)
}
}
Expand Down

0 comments on commit f7deca3

Please sign in to comment.