Update TODO + cosmetics
[vchess.git] / client / src / utils / gameStorage.js
index 6885ed1..3e3b684 100644 (file)
@@ -51,6 +51,7 @@ function dbOperation(callback) {
 }
 
 export const GameStorage = {
+
   // Optional callback to get error status
   add: function(game, callback) {
     dbOperation((err, db) => {
@@ -183,4 +184,5 @@ export const GameStorage = {
       }
     });
   }
+
 };