Convert all remaining tabs by 2spaces
[vchess.git] / client / src / components / Settings.vue
index 92b463e..1cfbdc8 100644 (file)
@@ -67,7 +67,7 @@ export default {
       }
     });
   },
-       methods: {
+  methods: {
     updateSettings: function(event) {
       const propName =
         event.target.id.substr(3).replace(/^\w/, c => c.toLowerCase())
@@ -90,6 +90,6 @@ export default {
       document.getElementById("gameContainer").style.width =
         (boardSize + movesWidth) + "px";
     },
-       },
+  },
 };
 </script>