~jaro/balkon

95419098143a3dbd3a78b67ef5ca824a5c3fdd0c — Jaro 1 year, 7 months ago 2d69d19
Fix style: remove duplicate spaces.
1 files changed, 1 insertions(+), 1 deletions(-)

M test/Data/Text/ParagraphLayoutSpec.hs
M test/Data/Text/ParagraphLayoutSpec.hs => test/Data/Text/ParagraphLayoutSpec.hs +1 -1
@@ 55,7 55,7 @@ newtype Pages = Pages { getPages :: [Page] }
instance PrettyShow Pages where
    prettyShow (Pages ps) = concat
        [ "["
        , concat $ indentedList indent0 $ map (prettyShow  . Page') ps
        , concat $ indentedList indent0 $ map (prettyShow . Page') ps
        , "]"
        ]