branch: externals/dape
commit 57d3f6e1ff39bfc3c25e8a6cbff435991e7ab858
Author: Daniel Pettersson <[email protected]>
Commit: Daniel Pettersson <[email protected]>

    Fix typo
---
 dape.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dape.el b/dape.el
index 2fb58fa3b3..cfebf93497 100644
--- a/dape.el
+++ b/dape.el
@@ -1413,7 +1413,7 @@ Watched symbols are displayed in *dape-info* buffer.
 
 (defun dape--widget-sanitize-string (string)
   (save-match-data
-    (replace-regexp-in-string "%" "%%" string))
+    (replace-regexp-in-string "%" "%%" string)))
 
 (defmacro dape--with-update-ui-guard (fn args &rest body)
   (declare (indent 2))
@@ -1672,7 +1672,7 @@ Watched symbols are displayed in *dape-info* buffer.
                                    current-stopped-files-lines)
                            (propertize "→ " 'face 'bold)
                          "")
-                  :value (dape--format-file-line file line))))
+                  :value (dape--format-file-line file line)))))
             dape--breakpoints)))
 
 (defun dape--info-press-widget-at-line (predicate-p)

Reply via email to