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 Nov 1, 2024
1 parent a4e87ef commit 9bba976
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lua/hurl/lib/hurl_parser.lua
Original file line number Diff line number Diff line change
Expand Up @@ -124,8 +124,8 @@ function M.parse_hurl_output(stderr, stdout)
metadata = {
total = #entries,
successful = successful,
failed = failed
}
failed = failed,
},
}
end

Expand Down

0 comments on commit 9bba976

Please sign in to comment.