Skip to content

Commit aa3719a

Browse files
committed
Fix lint
1 parent b572c1d commit aa3719a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@ if (__DEV__) {
253253
): void => {
254254
invariant(
255255
false,
256-
'getInspectorDataForViewAtPoint() is not available in production',
256+
'getInspectorDataForViewAtPoint() is not available in production.',
257257
);
258258
};
259259
}

0 commit comments

Comments
 (0)