diff options
author | Neelesh Chandola <neelesh.chandola@outlook.com> | 2018-12-09 13:57:17 +0530 |
---|---|---|
committer | Neelesh Chandola <neelesh.chandola@outlook.com> | 2018-12-09 13:57:17 +0530 |
commit | 81427b535d2bf77755b5767e2ba8ecd61ec02c79 (patch) | |
tree | 5f844fbf091d4dc112f7556d8041881174c741c5 /tests/modules | |
parent | f77ddccb6c20acd0b8752dbd8d8040184f6460dc (diff) | |
download | Nim-81427b535d2bf77755b5767e2ba8ecd61ec02c79.tar.gz |
Add final newlines
Diffstat (limited to 'tests/modules')
-rw-r--r-- | tests/modules/t9627.nim | 2 | ||||
-rw-r--r-- | tests/modules/t9627/a.nim | 2 | ||||
-rw-r--r-- | tests/modules/t9627/b.nim | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/tests/modules/t9627.nim b/tests/modules/t9627.nim index be82edc45..646f030a1 100644 --- a/tests/modules/t9627.nim +++ b/tests/modules/t9627.nim @@ -4,4 +4,4 @@ discard """ include t9627 / [a, b] -echo a, b \ No newline at end of file +echo a, b diff --git a/tests/modules/t9627/a.nim b/tests/modules/t9627/a.nim index ef0c69db1..0dd32430e 100644 --- a/tests/modules/t9627/a.nim +++ b/tests/modules/t9627/a.nim @@ -1 +1 @@ -var a = 10 \ No newline at end of file +var a = 10 diff --git a/tests/modules/t9627/b.nim b/tests/modules/t9627/b.nim index e9c9abf87..2806a78ed 100644 --- a/tests/modules/t9627/b.nim +++ b/tests/modules/t9627/b.nim @@ -1 +1 @@ -var b = 9 \ No newline at end of file +var b = 9 |