Skip to content

Commit

Permalink
chore: autoformat with stylua
Browse files Browse the repository at this point in the history
  • Loading branch information
NTBBloodbath committed Feb 12, 2024
1 parent 2f767b7 commit 244ac4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/rest-nvim/request/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -332,7 +332,7 @@ end
-- full_body boolean
M.stringify_request = function(req, opts)
opts = vim.tbl_deep_extend(
"force", -- use value from rightmost map
"force", -- use value from rightmost map
{ full_body = false, headers = true }, -- defaults
opts or {}
)
Expand Down

0 comments on commit 244ac4d

Please sign in to comment.