Skip to content

Commit 22109dd

Browse files
wsdjeggithub-actions[bot]
authored andcommitted
Format with stylua
1 parent 5a7ce31 commit 22109dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lua/cmp/types/cmp.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ cmp.PreselectMode = {
3535
---@alias cmp.ItemField 'abbr' | 'icon' | 'kind' | 'menu'
3636
cmp.ItemField = {
3737
Abbr = 'abbr',
38-
Icon = "icon",
38+
Icon = 'icon',
3939
Kind = 'kind',
4040
Menu = 'menu',
4141
}

0 commit comments

Comments
 (0)