From becd968d62e215c08834c7b9547422893aa424b2 Mon Sep 17 00:00:00 2001 From: Carl Worth Date: Tue, 7 Jul 2020 05:37:53 -0700 Subject: [PATCH] Drop an errant blank line Just a little cleanup here. Nothing important. --- scribe.js | 1 - 1 file changed, 1 deletion(-) diff --git a/scribe.js b/scribe.js index 7d508c1..6f9a853 100644 --- a/scribe.js +++ b/scribe.js @@ -227,7 +227,6 @@ class Scribe extends Game { } - /* Cannot move to an occupied square. */ if (state.squares[i][j]) { -- 2.43.0