From 2fd1a551bedd849a763b1259673eda40834235fa Mon Sep 17 00:00:00 2001 From: Jonathan Lamothe Date: Fri, 25 Apr 2025 23:09:46 -0400 Subject: [PATCH] whitespace fix --- cube-scrambler.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cube-scrambler.el b/cube-scrambler.el index 225a467..8747424 100644 --- a/cube-scrambler.el +++ b/cube-scrambler.el @@ -41,7 +41,7 @@ generate a sequence that moves the same face twice in a row." (while (> moves 0) (setq last-face (cube-random-face last-face)) (push (cube-random-turn last-face) result) - (setq moves (1- moves ))) + (setq moves (1- moves))) result)) (defun cube-random-face (&optional last-face)