Skip to content

Commit 4921fc0

Browse files
committed
Added missing newline at end of files
1 parent d6585c2 commit 4921fc0

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
document.addEventListener('DOMContentLoaded', function () {
22
brython();
3-
});
3+
});

brython/custom_js/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@
1717
window.myMessageBox("Jon")
1818
</script>
1919
</body>
20-
</html>
20+
</html>

brython/import_js/README.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ The default port is 8000. To specify another port:
1010

1111
Then load http://localhost:<port>/demo.html in the browser address bar.
1212

13-
For more information please visit http://brython.info.
13+
For more information please visit http://brython.info.

brython/pip_install/web/README.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ The default port is 8000. To specify another port:
1010

1111
Then load http://localhost:<port>/demo.html in the browser address bar.
1212

13-
For more information please visit http://brython.info.
13+
For more information please visit http://brython.info.

brython/pip_install/web/demo.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1251,4 +1251,4 @@ <h1 style="text-align: center">Introduction to <a href="http://brython.info" tar
12511251

12521252
</body>
12531253

1254-
</html>
1254+
</html>

brython/pip_install/web/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@
1515
</script>
1616
</body>
1717

18-
</html>
18+
</html>

brython/vuejs/simple.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,4 @@
3333
</form>
3434
<p v-cloak>{{ hash_value }}</p>
3535
</div>
36-
</body>
36+
</body>

0 commit comments

Comments
 (0)