Skip to content

Commit 9543825

Browse files
committed
prettier
1 parent d6dbb6c commit 9543825

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/react-native-renderer/src/ReactNativeFiberInspector.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,8 @@ if (__DEV__) {
192192
internalInstanceHandle.stateNode.canonical._internalInstanceHandle;
193193

194194
// Note: this is deprecated and we want to remove it ASAP. Keeping it here for React DevTools compatibility for now.
195-
const nativeViewTag = internalInstanceHandle.stateNode.canonical._nativeTag;
195+
const nativeViewTag =
196+
internalInstanceHandle.stateNode.canonical._nativeTag;
196197

197198
nativeFabricUIManager.measure(
198199
internalInstanceHandle.stateNode.node,

0 commit comments

Comments
 (0)