Explorar o código

feat: add another space char

Sv443 %!s(int64=2) %!d(string=hai) anos
pai
achega
6336d2df7d
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/constants.ts

+ 1 - 1
src/constants.ts

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