## Expected behavior ```clojure ;; cider-pprint-eval-defun-to-comment twice, with cursor on 1 (inc 1) ;; => 2 ;; => 2 ``` ## Actual behavior ```clojure ;; cider-pprint-eval-defun-to-comment twice, with cursor on 1 (inc 1) ;; => 2;; => 2 ``` ## Steps to reproduce the problem Write `(inc 1)` as above. Put cursor on 1, before or after. Run `cider-pprint-eval-defun-to-comment` twice. ## Environment & Version information ### CIDER version information ``` ;; CIDER 1.14.0-snapshot (package: 1.14.0-snapshot), nREPL 1.1.1 ;; Clojure 1.11.1, Java 21.0.2 ``` ### Lein / Clojure CLI version Clojure CLI version 1.11.1.1435 ### Emacs version 29.2 ### Operating system Mac Sonoma 14.4.1 ### JDK distribution openjdk 21.0.2 2024-01-16