Skip to content

Commit

Permalink
fix detekt warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
Alejo committed Oct 25, 2024
1 parent 3d7b035 commit 7866c02
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -435,7 +435,6 @@ private fun ShipmentCostSection(
width = dimensionResource(id = R.dimen.skeleton_text_medium_width),
height = dimensionResource(id = R.dimen.major_100)
)

}
Row(modifier = Modifier.padding(top = dimensionResource(R.dimen.major_100))) {
Text(
Expand All @@ -455,7 +454,6 @@ private fun ShipmentCostSection(
width = dimensionResource(id = R.dimen.skeleton_text_medium_width),
height = dimensionResource(id = R.dimen.major_100)
)

}
}
}
Expand Down

0 comments on commit 7866c02

Please sign in to comment.