summary refs log tree commit diff stats
path: root/tests/testament/tester.nim
diff options
context:
space:
mode:
Diffstat (limited to 'tests/testament/tester.nim')
-rw-r--r--tests/testament/tester.nim4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/testament/tester.nim b/tests/testament/tester.nim
index 704d7e76e..b138c9909 100644
--- a/tests/testament/tester.nim
+++ b/tests/testament/tester.nim
@@ -286,8 +286,8 @@ proc testSpec(r: var TResults, test: TTest) =
 
     if exitCode != expected.exitCode:
       r.addResult(test, "exitcode: " & $expected.exitCode,
-                        "exitcode: " & $exitCode & "\n\nOutput:\n" & 
-                        analyzeAndConsolidateOutput(bufB), 
+                        "exitcode: " & $exitCode & "\n\nOutput:\n" &
+                        analyzeAndConsolidateOutput(bufB),
                         reExitCodesDiffer)
       return