Skip to content

Commit ea47eca

Browse files
committed
fix(table): remove unused var fix_natural
1 parent cffa731 commit ea47eca

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

lua/render-markdown/render/markdown/table.lua

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -186,11 +186,6 @@ function Render:compute_layout()
186186
end
187187
end
188188

189-
local total_natural = 0
190-
for _, w in ipairs(max_content) do
191-
total_natural = total_natural + w
192-
end
193-
194189
-- Iterative redistribution:
195190
-- Start with an equal share per column. Any column whose content fits
196191
-- within that share gets locked at its natural width, freeing up budget

0 commit comments

Comments
 (0)