]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/rosetta-code/dice7/dice7.factor
factor: fix some spacing
[factor.git] / extra / rosetta-code / dice7 / dice7.factor
index a5d3780c72d8311a819013f678c1b900cc1ecb44..cd508420344b3479b657ea1f968dfafd9de324e6 100644 (file)
@@ -42,7 +42,7 @@ IN: rosetta-code.dice7
 
 ! Output a random integer 1..5.
 : dice5 ( -- x )
-   5 [1..b] random ;
+    5 [1..b] random ;
 
 ! Output a random integer 1..7 using dice5 as randomness source.
 : dice7 ( -- x )