chore: fix formatting

This commit is contained in:
Oleksandr Smirnov 2025-10-30 16:28:02 +02:00
parent 7a18d9f7bd
commit 03de1f5ffc
No known key found for this signature in database

View file

@ -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"