mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-24 05:36:46 +00:00
Update core/rawdb/database_tablewriter_tinygo.go
This commit is contained in:
parent
83b63373d9
commit
810a32fb7e
1 changed files with 0 additions and 1 deletions
|
|
@ -161,7 +161,6 @@ func (t *Table) calculateColumnWidths() []int {
|
||||||
widths[i] = max(widths[i], len(f))
|
widths[i] = max(widths[i], len(f))
|
||||||
}
|
}
|
||||||
|
|
||||||
// Add padding: cellPadding spaces on each side of content
|
|
||||||
for i := range widths {
|
for i := range widths {
|
||||||
widths[i] += totalPadding
|
widths[i] += totalPadding
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue