From b7e3c9b3170b3e0f1644161e6dbe1df3e9ce7779 Mon Sep 17 00:00:00 2001
From: Aya Morisawa <AyaMorisawa4869@gmail.com>
Date: Fri, 9 Mar 2018 00:48:50 +0900
Subject: [PATCH] Remove trailing +

---
 src/common/othello/maps.ts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/common/othello/maps.ts b/src/common/othello/maps.ts
index 02fe4562fb..67fcb82601 100644
--- a/src/common/othello/maps.ts
+++ b/src/common/othello/maps.ts
@@ -354,5 +354,5 @@ export const bigBoard: Map = {
 		'----------------' +
 		'----------------' +
 		'----------------' +
-		'----------------' +
+		'----------------'
 };