Skip to content

Commit 0fa2788

Browse files
committed
Fix formatting
1 parent 7e80fee commit 0fa2788

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

integration/next/pages/index.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
export default () => (
2-
<main>
3-
<h1>Welcome to Next.js</h1>
4-
</main>
5-
)
2+
<main>
3+
<h1>Welcome to Next.js</h1>
4+
</main>
5+
);

0 commit comments

Comments
 (0)