Skip to content

Commit

Permalink
Fewer newlines
Browse files Browse the repository at this point in the history
  • Loading branch information
pbrisbin committed Jan 11, 2025
1 parent d7c5a11 commit 4bc9d65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _tools/restylers-docs/src/Restylers/Docs/Render.hs
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ import Text.Shakespeare.Text (st)

renderDocs :: [Restyler] -> Text
renderDocs restylers =
T.intercalate "\n\n"
T.unlines
$ restylersTable restylers
<> ["---"]
<> map restylerSection restylers
Expand Down

0 comments on commit 4bc9d65

Please sign in to comment.