Skip to content

Commit f3552df

Browse files
chore: autoformat with stylua
1 parent 1158e8f commit f3552df

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

spec/client/curl/cli_spec.lua

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ vim.g.rest_nvim = vim.tbl_deep_extend("force", {
77
curl = {
88
opts = {
99
set_compressed = true,
10-
}
11-
}
12-
}
10+
},
11+
},
12+
},
1313
}, vim.g.rest_nvim)
1414

1515
local Context = require("rest-nvim.context").Context
@@ -103,7 +103,7 @@ describe("curl cli builder", function()
103103
STAT_FORMAT,
104104
}, args)
105105
end)
106-
it("with opts.set_compressed", function ()
106+
it("with opts.set_compressed", function()
107107
local args = builder.build({
108108
context = Context:new(),
109109
method = "POST",

0 commit comments

Comments
 (0)