summary refs log tree commit diff stats
path: root/tests/misc/tloops.nim
diff options
context:
space:
mode:
Diffstat (limited to 'tests/misc/tloops.nim')
-rw-r--r--tests/misc/tloops.nim2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/misc/tloops.nim b/tests/misc/tloops.nim
index 1aada0298..b160500af 100644
--- a/tests/misc/tloops.nim
+++ b/tests/misc/tloops.nim
@@ -76,7 +76,7 @@ proc main[T]() =
   b = (1, 2, 3)
   myType = b
   echo myType
-  
+
   var myType2: MyType2
   var c: MyType2
   c = (1.0, 2.0)