Skip to content

Commit a568b12

Browse files
committed
Fix missing elip warning
1 parent 1c42eff commit a568b12

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

lsp-dart-code-lens.el

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,9 @@ RANGE is the overlay range to build."
196196

197197
(define-minor-mode lsp-dart-test-code-lens-mode
198198
"Mode for displaying code lens on main methods."
199-
nil nil nil
199+
:global nil
200+
:init-value nil
201+
:lighter nil
200202
(cond
201203
(lsp-dart-test-code-lens-mode
202204
(lsp-dart-define-key "t t" #'lsp-dart-run-test-at-point)

0 commit comments

Comments
 (0)