Skip to content

Commit 244ac4d

Browse files
committed
chore: autoformat with stylua
1 parent 2f767b7 commit 244ac4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lua/rest-nvim/request/init.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -332,7 +332,7 @@ end
332332
-- full_body boolean
333333
M.stringify_request = function(req, opts)
334334
opts = vim.tbl_deep_extend(
335-
"force", -- use value from rightmost map
335+
"force", -- use value from rightmost map
336336
{ full_body = false, headers = true }, -- defaults
337337
opts or {}
338338
)

0 commit comments

Comments
 (0)