summary refs log tree commit diff stats
path: root/nimpretty/tests/expected/simple.nim
diff options
context:
space:
mode:
Diffstat (limited to 'nimpretty/tests/expected/simple.nim')
-rw-r--r--nimpretty/tests/expected/simple.nim3
1 files changed, 2 insertions, 1 deletions
diff --git a/nimpretty/tests/expected/simple.nim b/nimpretty/tests/expected/simple.nim
index 75f570bac..9e3c52f9b 100644
--- a/nimpretty/tests/expected/simple.nim
+++ b/nimpretty/tests/expected/simple.nim
@@ -1,4 +1,5 @@
 
 var x: int = 2
 
-echo x                        # bug #9144
+echo x
+# bug #9144