summary refs log tree commit diff stats
path: root/tests/misc/tnoinst.nim
diff options
context:
space:
mode:
Diffstat (limited to 'tests/misc/tnoinst.nim')
-rw-r--r--tests/misc/tnoinst.nim2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/misc/tnoinst.nim b/tests/misc/tnoinst.nim
index 4c8d9d1aa..25ebe8dfc 100644
--- a/tests/misc/tnoinst.nim
+++ b/tests/misc/tnoinst.nim
@@ -11,7 +11,7 @@ proc wrap[T]() =
 
   var x: proc (x, y: T): int
   x = notConcrete
-  
+
 
 wrap[int]()