summary refs log tree commit diff stats
path: root/tests/misc/t99bott.nim
diff options
context:
space:
mode:
Diffstat (limited to 'tests/misc/t99bott.nim')
-rw-r--r--tests/misc/t99bott.nim2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/misc/t99bott.nim b/tests/misc/t99bott.nim
index b3b30d296..62ccfbe16 100644
--- a/tests/misc/t99bott.nim
+++ b/tests/misc/t99bott.nim
@@ -25,7 +25,7 @@ proc GetBottleNumber(n: int): string =
 for bn in countdown(99, 1):
   const cur = GetBottleNumber(bn)
   echo(cur, " on the wall, ", cur, ".")
-  echo("Take one down and pass it around, ", GetBottleNumber(bn-1), 
+  echo("Take one down and pass it around, ", GetBottleNumber(bn-1),
        " on the wall.\n")
 
 echo "No more bottles of beer on the wall, no more bottles of beer."