Skip to content

Commit

Permalink
[chore] #32 ktlintFormat
Browse files Browse the repository at this point in the history
  • Loading branch information
2hyunjinn committed Jul 8, 2024
1 parent b5106db commit 619723d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ fun DateRoadBasicTopBar(
title: String,
backGroundColor: Color = Color.Transparent,
@DrawableRes iconLeftResource: Int? = null,
buttonContent: (@Composable () -> Unit)? = null,
buttonContent: (@Composable () -> Unit)? = null
) {
var iconWidth by remember { mutableStateOf(0) }
var contentWidth by remember { mutableStateOf(0) }
Expand Down

0 comments on commit 619723d

Please sign in to comment.