summary refs log tree commit diff stats
path: root/tests/stdlib/tsplit.nim
diff options
context:
space:
mode:
Diffstat (limited to 'tests/stdlib/tsplit.nim')
-rw-r--r--tests/stdlib/tsplit.nim2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/stdlib/tsplit.nim b/tests/stdlib/tsplit.nim
index 25bad33e2..5a1cd2f5f 100644
--- a/tests/stdlib/tsplit.nim
+++ b/tests/stdlib/tsplit.nim
@@ -13,7 +13,7 @@ if s == "#abc#xy#z":
   echo "true"
 else:
   echo "false"
-  
+
 #OUT true