Skip to content

Commit 7544a69

Browse files
committed
[BOOK-161] chore: code style check success
1 parent 1e06b88 commit 7544a69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/ui/src/main/kotlin/com/ninecraft/booket/core/ui/component/InfinityLazyColumn.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ private fun InfinityLazyColumnPreview() {
129129
.fillMaxWidth()
130130
.padding(
131131
horizontal = ReedTheme.spacing.spacing5,
132-
vertical = ReedTheme.spacing.spacing4
132+
vertical = ReedTheme.spacing.spacing4,
133133
),
134134
verticalAlignment = Alignment.CenterVertically,
135135
) {

0 commit comments

Comments
 (0)