fix: wrong args order

This commit is contained in:
Tienson Qin
2021-04-30 20:41:30 +08:00
parent 736129eb33
commit 2413950f5e

View File

@@ -1111,8 +1111,7 @@
(defn- clean-content!
[format content]
(->> content
(text/remove-level-spaces format)
(->> (text/remove-level-spaces content format)
(text/remove-properties! format)
string/trim))