summary refs log tree commit diff stats
path: root/tests
diff options
context:
space:
mode:
authorReneSac <reneduani@yahoo.com.br>2015-04-09 18:51:30 -0300
committerReneSac <reneduani@yahoo.com.br>2015-04-09 18:51:30 -0300
commitd71f1b98e0c88acb30d109eb84a00d5ffc9e8cfe (patch)
treeddae73f381b8cb361ba97de4f6e68514936fce4d /tests
parent8490699224023aa65cbfadbddf579199d7cb4221 (diff)
downloadNim-d71f1b98e0c88acb30d109eb84a00d5ffc9e8cfe.tar.gz
Restore newline at the end of the file.
Diffstat (limited to 'tests')
-rw-r--r--tests/parser/tstrongspaces.nim2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/parser/tstrongspaces.nim b/tests/parser/tstrongspaces.nim
index c5b611509..eaf4d908c 100644
--- a/tests/parser/tstrongspaces.nim
+++ b/tests/parser/tstrongspaces.nim
@@ -80,4 +80,4 @@ echo 3 -+> 2 + 2 and 4
 var arrowed = 3-+>2 + 2 and 4  # arrowed = 4
 echo arrowed ===> 15
 echo (2 * 3-+>2) == (2*3 -+> 2)
-echo arrowed ===> 2 + 3-+>2
\ No newline at end of file
+echo arrowed ===> 2 + 3-+>2