From 9bba97655629115dac528018fc41bdf1968b7c7c Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Fri, 1 Nov 2024 13:21:11 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- lua/hurl/lib/hurl_parser.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lua/hurl/lib/hurl_parser.lua b/lua/hurl/lib/hurl_parser.lua index a32d5ae..716eb74 100644 --- a/lua/hurl/lib/hurl_parser.lua +++ b/lua/hurl/lib/hurl_parser.lua @@ -124,8 +124,8 @@ function M.parse_hurl_output(stderr, stdout) metadata = { total = #entries, successful = successful, - failed = failed - } + failed = failed, + }, } end