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/doc/%7B%7B%20asset('mixstore/current/scripts/getGraph_%22%20%20%20this.image%20%20%20%22.php?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()") <