about summary refs log tree commit diff stats
path: root/factorial.mu
diff options
context:
space:
mode:
Diffstat (limited to 'factorial.mu')
-rw-r--r--factorial.mu2
1 files changed, 1 insertions, 1 deletions
diff --git a/factorial.mu b/factorial.mu
index a52cb8ae..4972b943 100644
--- a/factorial.mu
+++ b/factorial.mu
@@ -3,7 +3,7 @@
 recipe main [
   default-space:address:space <- new location:type, 30:literal
   x:number <- factorial 5:literal
-  $print [result: ], x:number, [
+  $print [result: ], x:number, [ 
 ]
 ]