about summary refs log tree commit diff stats
path: root/counters.mu
diff options
context:
space:
mode:
Diffstat (limited to 'counters.mu')
-rw-r--r--counters.mu2
1 files changed, 1 insertions, 1 deletions
diff --git a/counters.mu b/counters.mu
index b7df8cd8..417f7f79 100644
--- a/counters.mu
+++ b/counters.mu
@@ -25,5 +25,5 @@ def main [
   a-value:num <- increment-counter a, 1
   # check results
   $print [Contents of counters], 10/newline
-  $print [a: ], a-value, [ b: ], b-value,  10/newline
+  $print [a: ], a-value, [ b: ], b-value, 10/newline
 ]