Skip to content

Commit

Permalink
NullLS - fix stylua issues
Browse files Browse the repository at this point in the history
  • Loading branch information
Jiri Velek committed Mar 17, 2024
1 parent 4219880 commit 265b1a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/laravel/null_ls/completion/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ function M.setup()
end
end
--- END Completion routes
done({ { items = {}, isIncomplete = false } })
done { { items = {}, isIncomplete = false } }
end,
async = true,
},
Expand Down

0 comments on commit 265b1a3

Please sign in to comment.