Browse Source

removed spaces

Mitarashi 4 năm trước cách đây
mục cha
commit
d56628ed2f
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/parserutils.nim

+ 1 - 1
src/parserutils.nim

@@ -210,7 +210,7 @@ proc expandUserEntities*(user: var User; js: JsonNode) =
 
   replacements.deduplicate
   replacements.sort(cmp)
-  
+
   user.bio = orig.replacedWith(replacements, 0 .. orig.len)
   user.bio = user.bio.replacef(unRegex, unReplace)
                      .replacef(htRegex, htReplace)