Skip to content

Commit dd8ca8b

Browse files
chore: autoformat with stylua
1 parent 5ce671e commit dd8ca8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lua/rest-nvim/parser/init.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -404,7 +404,7 @@ function parser.parse(node, source, ctx)
404404
vim.ui.input({
405405
prompt = (var_description or ("Enter value for `%s`"):format(var_name)) .. ": ",
406406
default = ctx:resolve(var_name),
407-
}, function (input)
407+
}, function(input)
408408
if input then
409409
ctx:set_local(var_name, input)
410410
end

0 commit comments

Comments
 (0)