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 Sep 2, 2024
1 parent 957a6bd commit 957e7ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/lspconfig/server_configurations/lsp_ai.lua
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ return {
single_file_support = true,
init_options = {
memory = {
file_store = vim.fn.json_decode("{}"),
file_store = vim.fn.json_decode '{}',
},
},
},
Expand Down

0 comments on commit 957e7ca

Please sign in to comment.