Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
westnordost committed Jan 16, 2025
1 parent 2f71746 commit e06a94c
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,9 @@ public fun AttributionButton(
)
}

Row(horizontalArrangement = Arrangement.Start, verticalAlignment = Alignment.CenterVertically
Row(
horizontalArrangement = Arrangement.Start,
verticalAlignment = Alignment.CenterVertically
) {
InfoIconButton(
onClick = { expanded = !expanded },
Expand Down

0 comments on commit e06a94c

Please sign in to comment.