ソースを参照

removed spaces

Mitarashi 4 年 前
コミット
d56628ed2f
1 ファイル変更1 行追加1 行削除
  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)