Skip to content

Commit 126514d

Browse files
committed
fix: add newline at eof
1 parent e8b6cd6 commit 126514d

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

test/__fixtures__/app-with-database/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44
"scripts": {
55
"test": "echo test"
66
}
7-
}
7+
}

test/__fixtures__/app-with-database/web-src/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@
66
<body>
77
<h1>Hello from App with Database!</h1>
88
</body>
9-
</html>
9+
</html>

0 commit comments

Comments
 (0)