Skip to content

Commit a64bc74

Browse files
committed
Fix alignments.
1 parent e711ff9 commit a64bc74

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tabulate/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -480,8 +480,8 @@ def escape_empty(val):
480480
),
481481
linebetweenrows=None,
482482
linebelow=None,
483-
headerrow=DataRow("|", "|", "|"),
484-
datarow=DataRow("|", "|", "|"),
483+
headerrow=DataRow("| ", " | ", " |"),
484+
datarow=DataRow("| ", " | ", " |"),
485485
padding=1,
486486
with_header_hide=["lineabove"],
487487
),

0 commit comments

Comments
 (0)