mirror of
https://github.com/jtdaugherty/brick.git
synced 2024-11-22 05:36:00 +03:00
Whitespace
This commit is contained in:
parent
5ebe98eac6
commit
a117ff7790
@ -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"]
|
||||
]
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user