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