diff options
| author | Aya Morisawa <AyaMorisawa4869@gmail.com> | 2018-03-09 00:48:50 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-03-09 00:48:50 +0900 |
| commit | b7e3c9b3170b3e0f1644161e6dbe1df3e9ce7779 (patch) | |
| tree | 8ee344afb3098ea247e0e1e19f4e33f3818ba331 /src | |
| parent | Add Big board map (diff) | |
| download | misskey-b7e3c9b3170b3e0f1644161e6dbe1df3e9ce7779.tar.gz misskey-b7e3c9b3170b3e0f1644161e6dbe1df3e9ce7779.tar.bz2 misskey-b7e3c9b3170b3e0f1644161e6dbe1df3e9ce7779.zip | |
Remove trailing +
Diffstat (limited to 'src')
| -rw-r--r-- | src/common/othello/maps.ts | 2 |
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 = { '----------------' + '----------------' + '----------------' + - '----------------' + + '----------------' }; |