Skip to content

Commit 0ee3099

Browse files
committed
refactor: fix indentation
1 parent 8602909 commit 0ee3099

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

packages/react-native-brownfield/src/expo-config-plugin/template/ios/ReactNativeHostManager.swift

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,7 @@ public class ReactNativeHostManager {
4040
launchOptions: [AnyHashable: Any]?
4141
) -> UIView {
4242
let bundleURL = reactNativeDelegate?.bundleURL()
43-
return
44-
(expoDelegate?.recreateRootView(
43+
return (expoDelegate?.recreateRootView(
4544
withBundleURL: bundleURL, moduleName: moduleName, initialProps: initialProps,
4645
launchOptions: launchOptions))!
4746
}

0 commit comments

Comments
 (0)