From eb292cbe08c3caadac1dd7638b19236c2247d266 Mon Sep 17 00:00:00 2001 From: Willem Cazander Date: Tue, 1 Feb 2022 13:51:32 +0100 Subject: [PATCH] Remove one space char --- .../love/distributedrebirth/numberxd/base2t/T10PartDecimal.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/numberxd/src/main/love/distributedrebirth/numberxd/base2t/T10PartDecimal.java b/numberxd/src/main/love/distributedrebirth/numberxd/base2t/T10PartDecimal.java index 7f0447d6..2196a0c5 100644 --- a/numberxd/src/main/love/distributedrebirth/numberxd/base2t/T10PartDecimal.java +++ b/numberxd/src/main/love/distributedrebirth/numberxd/base2t/T10PartDecimal.java @@ -18,7 +18,7 @@ import love.distributedrebirth.numberxd.base2t.facet.BaseFacetMap; */ public enum T10PartDecimal implements BasePart,BasePartAlt4 { - PART_1 ("˥","ō","零","zero", "영", "\u1040","০", "෦"), + PART_1 ("˥","ō","零","zero", "영","\u1040","০", "෦"), PART_2 ("˦","α","壹","one", "일","\u1041","১", "෧"), PART_3 ("˧","β","貳","two", "이","\u1042","২","෨"), PART_4 ("˨","γ","參","three","삼","\u1043","৩","෩"),