summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobby Zambito <contact@robbyzambito.me>2022-01-21 20:08:39 -0500
committerRobby Zambito <contact@robbyzambito.me>2022-01-21 20:08:39 -0500
commit14be7c446c2114ee14939ae7811d2018caee4c70 (patch)
treee824ba301144cbb2bd5d329d9cacb1b52f99cc2c
parent967974665fb2375924c454e25448c837af1b6586 (diff)
Remove blank line
-rw-r--r--strategies/least-potential-for-opponents-next-move.scm1
1 files changed, 0 insertions, 1 deletions
diff --git a/strategies/least-potential-for-opponents-next-move.scm b/strategies/least-potential-for-opponents-next-move.scm
index edd36d8..4c62c7c 100644
--- a/strategies/least-potential-for-opponents-next-move.scm
+++ b/strategies/least-potential-for-opponents-next-move.scm
@@ -8,7 +8,6 @@
(map (lambda (move) (flipped-by-move move board player))
(valid-moves board player))))
-
; Sort the valid moves by the one which, when applied, leaves the opponent with
; the minimum ability to flip on their next turn.
(first (sort (valid-moves)