From b7e3c9b3170b3e0f1644161e6dbe1df3e9ce7779 Mon Sep 17 00:00:00 2001 From: Aya Morisawa 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 02fe4562f..67fcb8260 100644 --- a/src/common/othello/maps.ts +++ b/src/common/othello/maps.ts @@ -354,5 +354,5 @@ export const bigBoard: Map = { '----------------' + '----------------' + '----------------' + - '----------------' + + '----------------' };