Explorar el Código

feat: add another space char

Sv443 hace 2 años
padre
commit
6336d2df7d
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/constants.ts

+ 1 - 1
src/constants.ts

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