Skip to content

Commit 0cbae60

Browse files
committed
lint
1 parent e535e80 commit 0cbae60

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

packages/react-reconciler/src/ReactFiberTracingMarkerComponent.new.js

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,11 @@
77
* @flow
88
*/
99

10-
import type {TransitionTracingCallbacks, Fiber, FiberRoot} from './ReactInternalTypes';
10+
import type {
11+
TransitionTracingCallbacks,
12+
Fiber,
13+
FiberRoot,
14+
} from './ReactInternalTypes';
1115
import type {OffscreenInstance} from './ReactFiberOffscreenComponent';
1216
import type {StackCursor} from './ReactFiberStack.new';
1317

packages/react-reconciler/src/ReactFiberTracingMarkerComponent.old.js

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,11 @@
77
* @flow
88
*/
99

10-
import type {TransitionTracingCallbacks, Fiber, FiberRoot} from './ReactInternalTypes';
10+
import type {
11+
TransitionTracingCallbacks,
12+
Fiber,
13+
FiberRoot,
14+
} from './ReactInternalTypes';
1115
import type {OffscreenInstance} from './ReactFiberOffscreenComponent';
1216
import type {StackCursor} from './ReactFiberStack.old';
1317

0 commit comments

Comments
 (0)