summary refs log tree commit diff stats
path: root/tests/threads/tactors2.nim
diff options
context:
space:
mode:
Diffstat (limited to 'tests/threads/tactors2.nim')
-rw-r--r--tests/threads/tactors2.nim2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/threads/tactors2.nim b/tests/threads/tactors2.nim
index 5683f98ba..b011ef140 100644
--- a/tests/threads/tactors2.nim
+++ b/tests/threads/tactors2.nim
@@ -16,7 +16,7 @@ proc main() =
   createActorPool(actorPool, 1)
 
   var some_data: some_type
-  
+
   var inchannel = spawn(actorPool, some_data, thread_proc)
   var recv_data = ^inchannel
   close(inchannel[])