Remove unintended space (#1501)

This commit is contained in:
Jihwan Oh 2018-07-07 00:02:50 +09:00 committed by Niklas von Hertzen
parent ce45c1bbdd
commit 4e02a4c7a1

View File

@ -488,7 +488,7 @@ const createCJKCounter = (
const CHINESE_INFORMAL_MULTIPLIERS = '十百千萬';
const CHINESE_FORMAL_MULTIPLIERS = '拾佰仟萬';
const JAPANESE_NEGATIVE = 'マイナス';
const KOREAN_NEGATIVE = '마이너스 ';
const KOREAN_NEGATIVE = '마이너스';
export const createCounterText = (
value: number,