Skip to content

Commit a5300de

Browse files
author
Jack Pope
committed
prettier update
1 parent abc157f commit a5300de

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

packages/react-test-renderer/src/ReactTestRenderer.js

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -480,7 +480,10 @@ function create(
480480
// $FlowFixMe[incompatible-type] found when upgrading Flow
481481
createNodeMock = options.createNodeMock;
482482
}
483-
if (options.unstable_isConcurrent === true || options.isConcurrent === true) {
483+
if (
484+
options.unstable_isConcurrent === true ||
485+
options.isConcurrent === true
486+
) {
484487
isConcurrent = true;
485488
}
486489
if (options.unstable_strictMode === true) {

0 commit comments

Comments
 (0)