Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Mar 19, 2024
1 parent 4fad538 commit d1dd373
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/hurl/main.lua
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ local function execute_hurl_cmd(opts, callback)
response = {}

utils.log_info('hurl: opts parameter values: ' .. vim.inspect(opts))
utils.log_info('hurl: running command' .. vim.inspect(cmd))
utils.log_info('hurl: running command' .. vim.inspect(cmd))

vim.fn.jobstart(cmd, {
on_stdout = callback or on_output,
Expand Down

0 comments on commit d1dd373

Please sign in to comment.