summary refs log tree commit diff stats
path: root/tests/system/io.nim
diff options
context:
space:
mode:
Diffstat (limited to 'tests/system/io.nim')
-rw-r--r--tests/system/io.nim2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/system/io.nim b/tests/system/io.nim
index ec9a1ed70..b0ccfda9f 100644
--- a/tests/system/io.nim
+++ b/tests/system/io.nim
@@ -13,7 +13,7 @@ proc echoLoop(str: string): string =
   discard process.waitForExit
   while not output.atEnd:
     result.add(output.readLine)
-    
+
 suite "io":
   suite "readAll":
     test "stdin":