Skip to content

Commit

Permalink
style(lsp_ai): stylua fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Robzz committed Oct 8, 2024
1 parent 4a3e4a6 commit 3cd3b20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/lspconfig/configs/lsp_ai.lua
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ return {
memory = {
file_store = vim.fn.json_decode '{}',
},
models = vim.fn.json_decode '{}'
models = vim.fn.json_decode '{}',
},
},
docs = {
Expand Down

0 comments on commit 3cd3b20

Please sign in to comment.