Skip to content

Commit e13d4e6

Browse files
committed
Change default closing labels prefix
1 parent 65ad13b commit e13d4e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lsp-dart.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ be sent with information to render editor closing labels."
6868
:type 'boolean
6969
:group 'lsp-dart)
7070

71-
(defcustom lsp-dart-closing-labels-prefix " "
71+
(defcustom lsp-dart-closing-labels-prefix ""
7272
"The prefix string to be concatenated with the closing label."
7373
:type 'string
7474
:group 'lsp-dart)

0 commit comments

Comments
 (0)