Skip to content

Commit 705df6d

Browse files
committed
Weird prettier fix since we use flow parser
1 parent 8b5b3c5 commit 705df6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fixtures/flight/src/App.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import Container from './Container.js';
55
import {Counter} from './Counter.js';
66
import {Counter as Counter2} from './Counter2.js';
77
import AsyncModule from './cjs/Counter3.js';
8-
const Counter3 = await AsyncModule;
8+
const Counter3 = await(AsyncModule);
99

1010
import ShowMore from './ShowMore.js';
1111
import Button from './Button.js';

0 commit comments

Comments
 (0)