mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
Fix lint warning (#39463)
Summary: Pull Request resolved: https://github.com/facebook/react-native/pull/39463 Fix lint warning changelog: [intenral] internal Reviewed By: rshest Differential Revision: D49172556 fbshipit-source-id: 9e9543d3f9a507258f1c9466782234a3334cef75
This commit is contained in:
committed by
Facebook GitHub Bot
parent
3b27c3992a
commit
0c8cb00e97
+1
-1
@@ -27,7 +27,7 @@ private constructor(context: ReactApplicationContext, packages: List<ReactPackag
|
||||
@DoNotStrip external override fun initHybrid(): HybridData?
|
||||
|
||||
class Builder : ReactPackageTurboModuleManagerDelegate.Builder() {
|
||||
public override fun build(context: ReactApplicationContext, packages: List<ReactPackage>) =
|
||||
override fun build(context: ReactApplicationContext, packages: List<ReactPackage>) =
|
||||
DefaultTurboModuleManagerDelegate(context, packages)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user