Skip to content

Commit 7f20c6d

Browse files
committed
fix lint
1 parent fa8ac22 commit 7f20c6d

File tree

1 file changed

+1
-1
lines changed
  • shared/ui/component/src/androidMain/kotlin/dev/dimension/flare/ui/component

1 file changed

+1
-1
lines changed

shared/ui/component/src/androidMain/kotlin/dev/dimension/flare/ui/component/VideoPlayer.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ public fun VideoPlayer(
124124
.clipToBounds()
125125
.resizeWithContentScale(
126126
contentScale = contentScale,
127-
sourceSizeDp = state.videoSizeDp
127+
sourceSizeDp = state.videoSizeDp,
128128
)
129129
.let {
130130
if (aspectRatio != null) {

0 commit comments

Comments
 (0)