Browse Source

chore: remove unused thread macro

Tienson Qin 4 năm trước cách đây
mục cha
commit
d1259186a3
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/main/frontend/format/block.cljs

+ 1 - 1
src/main/frontend/format/block.cljs

@@ -519,4 +519,4 @@
 
 (defn trim-break-lines!
   [ast]
-  (->> (drop-while break-line-paragraph? ast)))
+  (drop-while break-line-paragraph? ast))