From 95bcf87e6b29f4efee26d0a79cbdc84776180cce Mon Sep 17 00:00:00 2001 From: Hendrik Liebau Date: Mon, 9 Jun 2025 13:42:10 +0200 Subject: [PATCH] Format `ReactNativeAttributePayloadFabric.js` with Prettier (#33486) The prettier check for this file is currently failing on `main`, after #32119 was merged. --- .../src/ReactNativeAttributePayloadFabric.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/packages/react-native-renderer/src/ReactNativeAttributePayloadFabric.js b/packages/react-native-renderer/src/ReactNativeAttributePayloadFabric.js index e260a5cce7..88ff3c7309 100644 --- a/packages/react-native-renderer/src/ReactNativeAttributePayloadFabric.js +++ b/packages/react-native-renderer/src/ReactNativeAttributePayloadFabric.js @@ -255,7 +255,9 @@ function diffProperties( nextProp = nextProps[propKey]; if (typeof nextProp === 'function') { - const attributeConfigHasProcess = typeof attributeConfig === 'object' && typeof attributeConfig.process === 'function'; + const attributeConfigHasProcess = + typeof attributeConfig === 'object' && + typeof attributeConfig.process === 'function'; if (!attributeConfigHasProcess) { // functions are converted to booleans as markers that the associated // events should be sent from native.