Skip to content

Commit 4e0e6ae

Browse files
committed
yarn prettier-all
1 parent d804d1e commit 4e0e6ae

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

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

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,10 @@ import {
1414
} from 'react-native/Libraries/ReactPrivate/ReactNativePrivateInterface';
1515
import isArray from 'shared/isArray';
1616

17-
import {enableShallowPropDiffing, enableFastAddPropertiesInDiffing} from 'shared/ReactFeatureFlags';
17+
import {
18+
enableShallowPropDiffing,
19+
enableFastAddPropertiesInDiffing,
20+
} from 'shared/ReactFeatureFlags';
1821

1922
import type {AttributeConfiguration} from './ReactNativeTypes';
2023

0 commit comments

Comments
 (0)