Muse reader: remove redundant brackets

This commit is contained in:
Alexander Krotov
2018-04-09 02:05:56 +03:00
parent e6aeab8cec
commit bfbc5ee373
+1 -1
View File
@@ -676,7 +676,7 @@ data MuseTable = MuseTable
data MuseTableElement = MuseHeaderRow [Blocks]
| MuseBodyRow [Blocks]
| MuseFooterRow [Blocks]
| MuseCaption (Inlines)
| MuseCaption Inlines
museToPandocTable :: MuseTable -> Blocks
museToPandocTable (MuseTable caption headers body footers) =