Explorar o código

removed spaces

Mitarashi %!s(int64=4) %!d(string=hai) anos
pai
achega
d56628ed2f
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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)