瀏覽代碼

Remove accidental newline

110Percent 4 年之前
父節點
當前提交
8f65bd583d
共有 1 個文件被更改,包括 0 次插入1 次删除
  1. 0 1
      src/parser.nim

+ 0 - 1
src/parser.nim

@@ -184,7 +184,6 @@ proc parseCard(js: JsonNode; urls: JsonNode): Card =
 
 proc parseTweet(js: JsonNode): Tweet =
   if js.isNull: return
-
   result = Tweet(
     id: js{"id_str"}.getId,
     threadId: js{"conversation_id_str"}.getId,