From: Carl Worth <cworth@cworth.org>
Date: Tue, 7 Jul 2020 12:37:53 +0000 (-0700)
Subject: Drop an errant blank line
X-Git-Url: https://git.cworth.org/git?a=commitdiff_plain;h=becd968d62e215c08834c7b9547422893aa424b2;p=empires-server

Drop an errant blank line

Just a little cleanup here. Nothing important.
---

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])
     {