From e448ee4e94fcd18bfca31fbc89723e394a964b54 Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Thu, 13 Jan 2022 22:41:34 +0100 Subject: Fix indentation --- draughts/statTracker.js | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/draughts/statTracker.js b/draughts/statTracker.js index 1f9a7b8..51ad34b 100644 --- a/draughts/statTracker.js +++ b/draughts/statTracker.js @@ -1,9 +1,8 @@ const gameStatus = { since: Date.now() /* since we keep it simple and in-memory, keep track of when this object was created */, minimumMoves: Infinity, - averageMoves: Infinity, - totalGames: 0 - }; + averageMoves: Infinity, + totalGames: 0 +} - module.exports = gameStatus; - \ No newline at end of file +module.exports = gameStatus; -- cgit v1.2.3