Skip to content

Commit

Permalink
Format
Browse files Browse the repository at this point in the history
  • Loading branch information
njlr committed Jul 1, 2024
1 parent 3b2ae1d commit 48efd34
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/FSharp.Data.Html.Core/HtmlNode.fs
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,8 @@ type HtmlNode =

let isPreTag = name = "pre"

if canAddNewLine && not (onlyText || isPreTag) then newLine 0
if canAddNewLine && not (onlyText || isPreTag) then
newLine 0

append "<"
append name
Expand Down

0 comments on commit 48efd34

Please sign in to comment.