Skip to content

Commit

Permalink
chore: autoformat with stylua
Browse files Browse the repository at this point in the history
  • Loading branch information
boltlessengineer authored and github-actions[bot] committed Sep 3, 2024
1 parent 1158e8f commit f3552df
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions spec/client/curl/cli_spec.lua
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ vim.g.rest_nvim = vim.tbl_deep_extend("force", {
curl = {
opts = {
set_compressed = true,
}
}
}
},
},
},
}, vim.g.rest_nvim)

local Context = require("rest-nvim.context").Context
Expand Down Expand Up @@ -103,7 +103,7 @@ describe("curl cli builder", function()
STAT_FORMAT,
}, args)
end)
it("with opts.set_compressed", function ()
it("with opts.set_compressed", function()
local args = builder.build({
context = Context:new(),
method = "POST",
Expand Down

0 comments on commit f3552df

Please sign in to comment.