Skip to content

Commit 19b7ea7

Browse files
committed
style(lsp_ai): stylua fix
1 parent 563d9ef commit 19b7ea7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lua/lspconfig/server_configurations/lsp_ai.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ return {
66
single_file_support = true,
77
init_options = {
88
memory = {
9-
file_store = vim.fn.json_decode("{}"),
9+
file_store = vim.fn.json_decode '{}',
1010
},
1111
},
1212
},

0 commit comments

Comments
 (0)