Skip to content

Commit 0eb76e3

Browse files
MaxDillonokuuva
authored andcommitted
fix(table): remove unused var fix_natural
1 parent f6c9e08 commit 0eb76e3

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

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

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -199,11 +199,6 @@ function Render:compute_layout()
199199
end
200200
end
201201

202-
local total_natural = 0
203-
for _, w in ipairs(max_content) do
204-
total_natural = total_natural + w
205-
end
206-
207202
-- Iterative redistribution:
208203
-- Start with an equal share per column. Any column whose content fits
209204
-- within that share gets locked at its natural width, freeing up budget

0 commit comments

Comments
 (0)