From 81427b535d2bf77755b5767e2ba8ecd61ec02c79 Mon Sep 17 00:00:00 2001 From: Neelesh Chandola Date: Sun, 9 Dec 2018 13:57:17 +0530 Subject: [PATCH] Add final newlines --- tests/modules/t9627.nim | 2 +- tests/modules/t9627/a.nim | 2 +- 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 be82edc45b..646f030a17 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 ef0c69db1c..0dd32430e9 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 e9c9abf876..2806a78ed1 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