Skip to content

Commit

Permalink
Fix ktlint error
Browse files Browse the repository at this point in the history
  • Loading branch information
StylianosGakis committed Oct 19, 2023
1 parent a1f88f7 commit daf6a58
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ fun HedvigInfoCard(
contentColor = MaterialTheme.colorScheme.onInfoContainer,
),
shape: Shape = MaterialTheme.shapes.squircleMedium,
content: @Composable() (RowScope.() -> Unit),
content: @Composable RowScope.() -> Unit,
) {
HedvigCard(
shape = shape,
Expand Down

0 comments on commit daf6a58

Please sign in to comment.