Convert all remaining tabs by 2spaces
[vchess.git] / client / src / views / MyGames.vue
index c24e720..0973d32 100644 (file)
@@ -25,7 +25,7 @@ export default {
   data: function() {
     return {
       st: store.state,
-                       display: "live",
+      display: "live",
       games: [],
     };
   },