From 14be7c446c2114ee14939ae7811d2018caee4c70 Mon Sep 17 00:00:00 2001 From: Robby Zambito Date: Fri, 21 Jan 2022 20:08:39 -0500 Subject: Remove blank line --- strategies/least-potential-for-opponents-next-move.scm | 1 - 1 file changed, 1 deletion(-) 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) -- cgit v1.2.3