Skip to content

Commit 57a6520

Browse files
committed
Format ReactNativeAttributePayloadFabric.js with Prettier
The prettier check for this file is currently failing on `main`, after facebook#32119 was merged.
1 parent 911dbd9 commit 57a6520

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,9 @@ function diffProperties(
255255
nextProp = nextProps[propKey];
256256

257257
if (typeof nextProp === 'function') {
258-
const attributeConfigHasProcess = typeof attributeConfig === 'object' && typeof attributeConfig.process === 'function';
258+
const attributeConfigHasProcess =
259+
typeof attributeConfig === 'object' &&
260+
typeof attributeConfig.process === 'function';
259261
if (!attributeConfigHasProcess) {
260262
// functions are converted to booleans as markers that the associated
261263
// events should be sent from native.

0 commit comments

Comments
 (0)