Skip to content

Commit 7ea7904

Browse files
generatedunixname89002005325672facebook-github-bot
generatedunixname89002005325672
authored andcommittedJan 31, 2024·
Daily arc lint --take KTFMT (#42772)
Summary: Pull Request resolved: #42772 Changelog: [Internal] Reviewed By: bigfootjon Differential Revision: D53257696 fbshipit-source-id: f384899361215288a3c9578ae22c9f097c4a3201
1 parent 68ae8cd commit 7ea7904

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed
 

‎packages/react-native/ReactAndroid/src/main/java/com/facebook/react/views/popupmenu/PopupMenuSelectionEvent.kt

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
* LICENSE file in the root directory of this source tree.
66
*/
77
@file:Suppress("DEPRECATION") // We want to use RCTEventEmitter for interop purposes
8+
89
package com.facebook.react.views.popupmenu
910

1011
import com.facebook.react.bridge.Arguments

‎packages/rn-tester/android/app/src/main/java/com/facebook/react/uiapp/RNTesterApplication.kt

-2
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,6 @@ class RNTesterApplication : Application(), ReactApplication {
7979
false, // isCxxModule
8080
true // isTurboModule
8181
),
82-
8382
SampleLegacyModule.NAME to
8483
ReactModuleInfo(
8584
SampleLegacyModule.NAME,
@@ -89,7 +88,6 @@ class RNTesterApplication : Application(), ReactApplication {
8988
false, // isCxxModule
9089
false // isTurboModule
9190
))
92-
9391
} else {
9492
emptyMap()
9593
}

0 commit comments

Comments
 (0)
Please sign in to comment.