summary refs log tree commit diff stats
path: root/tests/template/thygienictempl.nim
diff options
context:
space:
mode:
Diffstat (limited to 'tests/template/thygienictempl.nim')
-rw-r--r--tests/template/thygienictempl.nim4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/template/thygienictempl.nim b/tests/template/thygienictempl.nim
index 3cdbac40e..5e4f534f8 100644
--- a/tests/template/thygienictempl.nim
+++ b/tests/template/thygienictempl.nim
@@ -1,7 +1,7 @@
-    
+
 var
   e = "abc"
-    
+
 raise newException(EIO, e & "ha!")
 
 template t() = echo(foo)