Skip to content

Commit

Permalink
Small formatting fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
svaante committed Nov 4, 2024
1 parent e470487 commit fc4a9bd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dape.el
Original file line number Diff line number Diff line change
Expand Up @@ -4162,8 +4162,8 @@ current buffer with CONN config."
;; org function `gdb-locals-table-columns-list'.
(let (columns)
(dolist (config dape-info-variable-table-row-config columns)
(let* ((key (car config))
(max (cdr config))
(let* ((key (car config))
(max (cdr config))
(prop-org (alist-get key alist))
(prop prop-org))
(when prop-org
Expand Down

0 comments on commit fc4a9bd

Please sign in to comment.