Daily arc lint --take KTFMT (#42772)

Summary:
Pull Request resolved: https://github.com/facebook/react-native/pull/42772

Changelog: [Internal]

Reviewed By: bigfootjon

Differential Revision: D53257696

fbshipit-source-id: f384899361215288a3c9578ae22c9f097c4a3201
This commit is contained in:
generatedunixname89002005325672
2024-01-31 09:36:16 -08:00
committed by Facebook GitHub Bot
parent 68ae8cd5e9
commit 7ea7904500
2 changed files with 1 additions and 2 deletions
@@ -5,6 +5,7 @@
* LICENSE file in the root directory of this source tree.
*/
@file:Suppress("DEPRECATION") // We want to use RCTEventEmitter for interop purposes
package com.facebook.react.views.popupmenu
import com.facebook.react.bridge.Arguments
@@ -79,7 +79,6 @@ class RNTesterApplication : Application(), ReactApplication {
false, // isCxxModule
true // isTurboModule
),
SampleLegacyModule.NAME to
ReactModuleInfo(
SampleLegacyModule.NAME,
@@ -89,7 +88,6 @@ class RNTesterApplication : Application(), ReactApplication {
false, // isCxxModule
false // isTurboModule
))
} else {
emptyMap()
}