From 03de1f5ffcf09ae5ac4eca2fa989c8b490adfca4 Mon Sep 17 00:00:00 2001 From: Oleksandr Smirnov Date: Thu, 30 Oct 2025 16:28:02 +0200 Subject: [PATCH] chore: fix formatting --- spec/integration/iferr_test.lua | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/spec/integration/iferr_test.lua b/spec/integration/iferr_test.lua index cc36404..0d88d72 100644 --- a/spec/integration/iferr_test.lua +++ b/spec/integration/iferr_test.lua @@ -14,7 +14,8 @@ iferr["should add if err with custom message"] = function() child.lua [[ require("gopher").setup { iferr = { message = 'fmt.Errorf("failed to %w", err)' } - } ]] + } + ]] local rs = t.setup_test("iferr/message", child, { 6, 2 }) child.cmd "GoIfErr"