**Version** `rewrite-clj/rewrite-clj {:mvn/version "1.1.47"}` **Platform** Clojure version: `1.11.1` **Symptom** `wrap-fully-forward-slurp` kills all the indents of the code it is slurping **Reproduction** ``` (-> (z/of-string " [indented list of symbols]") z/down (pe/wrap-fully-forward-slurp :map) z/print-root) ``` **Actual behavior** ``` [{indented list of symbols}] ``` **Expected behavior** ``` [{indented list of symbols}] ```