Update TODO + cosmetics
[vchess.git] / client / src / utils / importgameStorage.js
index 46a60bb..bcda4fd 100644 (file)
@@ -33,6 +33,7 @@ function dbOperation(callback) {
 }
 
 export const ImportgameStorage = {
+
   // Optional callback to get error status
   add: function(game, callback) {
     dbOperation((err, db) => {
@@ -110,4 +111,5 @@ export const ImportgameStorage = {
       }
     });
   }
+
 };