Browse Source

feat: add another space char

Sv443 2 years ago
parent
commit
6336d2df7d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/constants.ts

+ 1 - 1
src/constants.ts

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