summary refs log tree commit diff stats
path: root/tests/rodfiles/amethods.nim
diff options
context:
space:
mode:
Diffstat (limited to 'tests/rodfiles/amethods.nim')
-rw-r--r--tests/rodfiles/amethods.nim2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/rodfiles/amethods.nim b/tests/rodfiles/amethods.nim
index c51d27d24..ecd36d491 100644
--- a/tests/rodfiles/amethods.nim
+++ b/tests/rodfiles/amethods.nim
@@ -4,7 +4,7 @@ type
 
 proc newBaseClass*: ref TBaseClass =
   new result
-  
+
 method echoType*(x: ref TBaseClass) =
   echo "base class"