1
0
Эх сурвалжийг харах

feat: add another space char

Sv443 2 жил өмнө
parent
commit
6336d2df7d
1 өөрчлөгдсөн 1 нэмэгдсэн , 1 устгасан
  1. 1 1
      src/constants.ts

+ 1 - 1
src/constants.ts

@@ -7,5 +7,5 @@ export const charReplacements = new Map<string, string>([
     ["“”", "\""],
     [",", ","],
     ["—─ ", "-"],
-    ["    ", " "],
+    ["     ", " "],
 ]);