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 17, 2023
1 parent 99f169b commit e949897
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ class IntUiTitleBarStyle(
cornerSize = CornerSize(6.dp),
minSize = DpSize((23 + 6).dp, 30.dp),
contentPadding = PaddingValues(top = 3.dp, bottom = 3.dp, start = 6.dp, end = 0.dp),
borderWidth = 0.dp
borderWidth = 0.dp,
),
menuStyle = menuStyle,
)
Expand Down

0 comments on commit e949897

Please sign in to comment.