Browse Source

chore: remove unused thread macro

Tienson Qin 5 years ago
parent
commit
d1259186a3
1 changed files with 1 additions and 1 deletions
  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))