Whitespace

This commit is contained in:
Jonathan Daugherty 2022-09-21 13:50:39 -07:00
parent 5ebe98eac6
commit a117ff7790

View File

@ -45,7 +45,7 @@ rightTableB :: Table ()
rightTableB =
columnBorders False $
setDefaultColAlignment AlignCenter $
table [ [txt "A", txt "table"]
table [ [txt "A", txt "table"]
, [txt "without", txt "column borders"]
]
@ -55,7 +55,7 @@ rightTableC =
rowBorders False $
columnBorders False $
setDefaultColAlignment AlignCenter $
table [ [txt "A", txt "table"]
table [ [txt "A", txt "table"]
, [txt "without", txt "any borders"]
]