summary refs log tree commit diff stats
path: root/tests/method/tmultim4.nim
diff options
context:
space:
mode:
Diffstat (limited to 'tests/method/tmultim4.nim')
-rw-r--r--tests/method/tmultim4.nim2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/method/tmultim4.nim b/tests/method/tmultim4.nim
index d824086b2..54630fb41 100644
--- a/tests/method/tmultim4.nim
+++ b/tests/method/tmultim4.nim
@@ -26,7 +26,7 @@ var s:ref Test = newTest()
 for z in 1..4:
   s.doMethod()
   break
- 
+
 #works
 #for z in 1..4:
 #  s.doProc()