Skip to content

Commit

Permalink
fix textual issues from rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
countvajhula committed Feb 20, 2025
1 parent 116154a commit eddf15e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions symex-transformations-ts.el
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ selected according to the ranges that have changed."
;; Get changes from previous to current tree
(let ((,changed-ranges (tsc-changed-ranges ,prev-tree tree-sitter-tree)))

;; Move point to the first changed range if possible
;; Move point to the first changed range if possible
(when (and (> (length ,changed-ranges) 0)
(> (length (elt ,changed-ranges 0)) 0))
Expand All @@ -74,7 +73,7 @@ selected according to the ranges that have changed."
(indent-according-to-mode))

;; Return the result of evaluating BODY
,res))))
,res)))))

(defun symex-ts-clear ()
"Clear contents of symex."
Expand Down

0 comments on commit eddf15e

Please sign in to comment.