summary refs log tree commit diff stats
path: root/tests/stdlib/trepr2.nim
diff options
context:
space:
mode:
Diffstat (limited to 'tests/stdlib/trepr2.nim')
-rw-r--r--tests/stdlib/trepr2.nim2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/stdlib/trepr2.nim b/tests/stdlib/trepr2.nim
index a92024851..300df565d 100644
--- a/tests/stdlib/trepr2.nim
+++ b/tests/stdlib/trepr2.nim
@@ -6,7 +6,7 @@ type
 
   TPoint {.final.} = object
     x, y, z: int
-    s: array [0..1, string]
+    s: array[0..1, string]
     e: TEnum
 
 var