report.lua: Remove redudnant section formatting/header

This commit is contained in:
ed
2026-07-25 11:25:12 -04:00
parent 1b40b16c0e
commit ebb876fe89
-2
View File
@@ -323,9 +323,7 @@ local function render_module_report(dir, sources, results)
-- Each renderer writes its header + content via the `add` closure (pre-bound above).
-- Adding a new section = 1 row here + 1 render_<thing>_section function.
for _, section in ipairs(SECTION_RENDERERS) do
add(section.header)
section.render(add, results, totals)
add("")
end
return table.concat(lines, "\n") .. "\n"