diff --git a/borders.go b/borders.go index 6ef90d56..7a9a0ffb 100644 --- a/borders.go +++ b/borders.go @@ -376,10 +376,6 @@ func (s Style) applyBorder(str string) string { // Render the horizontal (top or bottom) portion of a border. func renderHorizontalEdge(left, middle, right string, width int) string { - if width < 1 { - return "" - } - if middle == "" { middle = " " }