]> git.cworth.org Git - empires-server/commitdiff
Drop an errant blank line
authorCarl Worth <cworth@cworth.org>
Tue, 7 Jul 2020 12:37:53 +0000 (05:37 -0700)
committerCarl Worth <cworth@cworth.org>
Tue, 7 Jul 2020 12:37:53 +0000 (05:37 -0700)
Just a little cleanup here. Nothing important.

scribe.js

index 7d508c1ca123f7a33944b37cf748430efc32123a..6f9a8531079e1c1b9217b66abd1163bc53666a08 100644 (file)
--- 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])
     {