Skip to content

Commit

Permalink
Apply spotless
Browse files Browse the repository at this point in the history
  • Loading branch information
serbelga committed Jul 23, 2024
1 parent 63c2d77 commit 9ffe3ca
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ internal fun AboutItemCard(
onClick = onCardClick,
shape = RoundedCornerShape(AboutItemCardCornerRadius),
tonalElevation = AboutItemCardTonalElevation,
modifier = modifier.height(AboutItemCardHeight).fillMaxWidth().padding(8.dp),
modifier = modifier.height(AboutItemCardHeight).fillMaxWidth().padding(8.dp)
) {
Row(
verticalAlignment = Alignment.CenterVertically,
Expand Down

0 comments on commit 9ffe3ca

Please sign in to comment.