From: Benjamin Auder <benjamin.auder@somewhere>
Date: Tue, 18 Feb 2020 18:06:57 +0000 (+0100)
Subject: Fix indentation
X-Git-Url: https://git.auder.net/game/vendor/current/css/doc/$%7BgetWhatsApp(link)%7D?a=commitdiff_plain;h=3b8b49ceeaec4a4d29e8635ed14bea51f92db755;p=vchess.git

Fix indentation
---

diff --git a/client/src/components/BaseGame.vue b/client/src/components/BaseGame.vue
index 2015cc7e..2f49169a 100644
--- a/client/src/components/BaseGame.vue
+++ b/client/src/components/BaseGame.vue
@@ -40,7 +40,7 @@ div#baseGame(
         :incheck="incheck"
         @play-move="play"
       )
-        #turnIndicator(v-if="game.vname=='Dark' && game.score=='*'") {{ turn }}
+      #turnIndicator(v-if="game.vname=='Dark' && game.score=='*'") {{ turn }}
       #controls
         button(@click="gotoBegin()") <<
         button(@click="undo()") <