Skip to content

Commit

Permalink
Fix xplat sync syntax error
Browse files Browse the repository at this point in the history
Summary: DiffTrain build for commit facebook/react@bf1bb2e.

Reviewed By: yungsters

Differential Revision: D58369382

Pulled By: rickhanlonii

fbshipit-source-id: 0e6058a285108279465b3c6f4edd8d23d9ddd4b8
  • Loading branch information
rickhanlonii authored and facebook-github-bot committed Jun 11, 2024
1 parent 0d34569 commit b0c0bb4
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 13 deletions.
4 changes: 2 additions & 2 deletions packages/react-native/Libraries/Renderer/shims/ReactFabric.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
* LICENSE file in the root directory of this source tree.
*
* @noformat
* @flow
* @nolint
* @generated SignedSource<<c1cc197c110e3a49a5e8f6bd5d32b23f>>
* @flow
* @generated SignedSource<<bb39e39880fecbf572b5f8e7c2a95c5d>>
*/

'use strict';
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
* LICENSE file in the root directory of this source tree.
*
* @noformat
* @flow strict-local
* @nolint
* @generated SignedSource<<2881c8e89ef0f73f4cf6612cb518b197>>
* @flow strict-local
* @generated SignedSource<<b1b5e34e426103a69612278fd5c9f77c>>
*/

'use strict';
Expand Down
5 changes: 2 additions & 3 deletions packages/react-native/Libraries/Renderer/shims/ReactNative.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,10 @@
* LICENSE file in the root directory of this source tree.
*
* @noformat
* @flow
* @nolint
* @generated SignedSource<<0debd6e5a17dc037cb4661315a886de6>>
* @flow
* @generated SignedSource<<475c7d864efc2948c6125ddb8a38a4fc>>
*/

'use strict';

import type {ReactNativeType} from './ReactNativeTypes';
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
* LICENSE file in the root directory of this source tree.
*
* @noformat
* @flow strict
* @nolint
* @generated SignedSource<<c41f61379973354629ee7bf55ba92541>>
* @flow strict
* @generated SignedSource<<e7a1421518e1d99f18c5b14e85f44843>>
*/

import type {ElementRef, ElementType, Element, AbstractComponent} from 'react';
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
* LICENSE file in the root directory of this source tree.
*
* @noformat
* @flow strict-local
* @nolint
* @generated SignedSource<<73af5b3fe29d226634ed64bc861634df>>
* @flow strict-local
* @generated SignedSource<<69d0cc554d77cddb1c779dfbdf569505>>
*/

'use strict';
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
* LICENSE file in the root directory of this source tree.
*
* @noformat
* @flow strict-local
* @nolint
* @generated SignedSource<<ede54ac2fa1b9a09e234cdf098048989>>
* @flow strict-local
* @generated SignedSource<<62e766b69d440dab0a2d249f0cea38e0>>
*/

'use strict';
Expand Down

0 comments on commit b0c0bb4

Please sign in to comment.