Skip to content

Commit 3fdc43a

Browse files
committed
chore: fix formatting
1 parent 7b72b98 commit 3fdc43a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

android/src/main/java/com/rive/RiveReactNativeView.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ data class ViewConfiguration(
1818
)
1919

2020
@SuppressLint("ViewConstructor")
21-
class RiveReactNativeView(private val context: ThemedReactContext) : FrameLayout(context) {
21+
class RiveReactNativeView(context: ThemedReactContext) : FrameLayout(context) {
2222
private var riveAnimationView: RiveAnimationView? = null
2323

2424
init {

0 commit comments

Comments
 (0)