summaryrefslogtreecommitdiff
path: root/src/common
diff options
context:
space:
mode:
authorAya Morisawa <AyaMorisawa4869@gmail.com>2018-03-09 00:48:50 +0900
committerGitHub <noreply@github.com>2018-03-09 00:48:50 +0900
commitb7e3c9b3170b3e0f1644161e6dbe1df3e9ce7779 (patch)
tree8ee344afb3098ea247e0e1e19f4e33f3818ba331 /src/common
parentAdd Big board map (diff)
downloadmisskey-b7e3c9b3170b3e0f1644161e6dbe1df3e9ce7779.tar.gz
misskey-b7e3c9b3170b3e0f1644161e6dbe1df3e9ce7779.tar.bz2
misskey-b7e3c9b3170b3e0f1644161e6dbe1df3e9ce7779.zip
Remove trailing +
Diffstat (limited to 'src/common')
-rw-r--r--src/common/othello/maps.ts2
1 files changed, 1 insertions, 1 deletions
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 = {
'----------------' +
'----------------' +
'----------------' +
- '----------------' +
+ '----------------'
};