aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--util/human/io.lua3
1 files changed, 0 insertions, 3 deletions
diff --git a/util/human/io.lua b/util/human/io.lua
index bd499664..5049f244 100644
--- a/util/human/io.lua
+++ b/util/human/io.lua
@@ -142,9 +142,6 @@ local function new_table(col_specs, max_width)
width = math.max(tonumber(width), title and (#title+1) or 0);
widths[i] = width;
free_width = free_width - width;
- if i > 1 then
- free_width = free_width - #separator;
- end
end
end