Implemented multi-move possibility in a moves list => better support for multi-moves...
[vchess.git] / client / src / base_rules.js
index db9b981..e6fd6d7 100644 (file)
@@ -1126,7 +1126,7 @@ export const ChessRules = class ChessRules {
     let moves1 = this.getAllValidMoves("computer");
 
     if (moves1.length == 0)
-      //TODO: this situation should not happen
+      // TODO: this situation should not happen
       return null;
 
     // Can I mate in 1 ? (for Magnetic & Extinction)