Skip to content

Commit fd16650

Browse files
NTBBloodbathgithub-actions[bot]
authored andcommitted
chore: autoformat with stylua
1 parent 38ceda9 commit fd16650

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lua/rest-nvim/client/curl.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ function client.request(request)
206206
-- Re-add the request query with the encoded parameters
207207
local query = _url:get_query()
208208
if type(query) == "string" then
209-
_url:set_query('')
209+
_url:set_query("")
210210
for param in vim.gsplit(query, "&") do
211211
_url:set_query(param, curl.U_URLENCODE + curl.U_APPENDQUERY)
212212
end

0 commit comments

Comments
 (0)