Skip to content

Commit 45998c0

Browse files
committed
Format
1 parent a9569cf commit 45998c0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/react-native-gesture-handler/android/src/main/java/com/swmansion/gesturehandler/react/RNGestureHandlerRootHelper.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ class RNGestureHandlerRootHelper(private val context: ReactContext, wrappedView:
6161

6262
internal inner class RootViewGestureHandler(handlerTag: Int) : GestureHandler<RootViewGestureHandler>() {
6363
init {
64-
this.tag = handlerTag
64+
this.tag = handlerTag
6565
}
6666

6767
private fun handleEvent(event: MotionEvent) {

0 commit comments

Comments
 (0)