summary refs log tree commit diff stats
path: root/tests/procvar/tprocvar.nim
diff options
context:
space:
mode:
Diffstat (limited to 'tests/procvar/tprocvar.nim')
-rw-r--r--tests/procvar/tprocvar.nim2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/procvar/tprocvar.nim b/tests/procvar/tprocvar.nim
index 56f76c613..f523aa391 100644
--- a/tests/procvar/tprocvar.nim
+++ b/tests/procvar/tprocvar.nim
@@ -13,6 +13,6 @@ proc huh(x, y: var int) =
 
 proc so(c: TCallback) =
   c(2, 4)
-  
+
 so(huh)