branch: externals/dape
commit cce7f420b6486c67f22bc3a50457f6065f448ce4
Author: Daniel Pettersson <[email protected]>
Commit: Daniel Pettersson <[email protected]>
Formatting improvment
---
dape.el | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/dape.el b/dape.el
index a9afeb0c57..22512792f0 100644
--- a/dape.el
+++ b/dape.el
@@ -3869,9 +3869,8 @@ current buffer with CONN config."
;; Start off with shoving available stack info into buffer
(dape--info-update-with
(dape--info-stack-buffer-insert conn current-stack-frame stack-frames))
- (dape--with-request (dape--stack-trace conn
- current-thread
- dape-stack-trace-levels)
+ (dape--with-request
+ (dape--stack-trace conn current-thread dape-stack-trace-levels)
;; If stack trace lookup with `dape-stack-trace-levels' frames changed
;; the stack frame list, we need to update the buffer again
(unless (eq stack-frames (plist-get current-thread :stackFrames))