Skip to content

Commit

Permalink
Make ktlint happy
Browse files Browse the repository at this point in the history
  • Loading branch information
devkanro committed Oct 28, 2023
1 parent c1e9b19 commit 5a0c37f
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ fun ComponentStyling.dark(
textFieldStyle = textFieldStyle,
tooltipStyle = tooltipStyle,
undecoratedDropdownStyle = undecoratedDropdownStyle,
)
),
)

@Composable
Expand Down Expand Up @@ -182,7 +182,7 @@ fun ComponentStyling.light(
textFieldStyle = textFieldStyle,
tooltipStyle = tooltipStyle,
undecoratedDropdownStyle = undecoratedDropdownStyle,
)
),
)

@Composable
Expand Down

0 comments on commit 5a0c37f

Please sign in to comment.