summary refs log tree commit diff stats
path: root/tests/rodfiles/bmethods.nim
diff options
context:
space:
mode:
Diffstat (limited to 'tests/rodfiles/bmethods.nim')
-rw-r--r--tests/rodfiles/bmethods.nim2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/rodfiles/bmethods.nim b/tests/rodfiles/bmethods.nim
index 995942ad6..c77941e4a 100644
--- a/tests/rodfiles/bmethods.nim
+++ b/tests/rodfiles/bmethods.nim
@@ -12,7 +12,7 @@ type
 
 proc newDerivedClass: ref TDerivedClass =
   new result
-  
+
 method echoType*(x: ref TDerivedClass) =
   echo "derived class"