summary refs log tree commit diff stats
path: root/tests/stdlib/trepr.nim
diff options
context:
space:
mode:
Diffstat (limited to 'tests/stdlib/trepr.nim')
-rw-r--r--tests/stdlib/trepr.nim2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/stdlib/trepr.nim b/tests/stdlib/trepr.nim
index 8d1353173..18fe7e054 100644
--- a/tests/stdlib/trepr.nim
+++ b/tests/stdlib/trepr.nim
@@ -6,7 +6,7 @@ discard """
 type
   TEnum = enum
     a, b
-    
+
 var val = {a, b}
 stdout.write(repr(val))
 stdout.writeLine(repr({'a'..'z', 'A'..'Z'}))