all repos — htmlformat @ d20e114ffe2ae102ffdafb8cb18915186b19f37e

Go package and CLI tool used to format HTML

remove unused function

Alan Pearce
commit

d20e114ffe2ae102ffdafb8cb18915186b19f37e

parent

e159735ef4c47afc57a989198410fa435bce99e9

1 file changed, 0 insertions(+), 4 deletions(-)

changed files
M format.goformat.go
@@ -80,10 +80,6 @@ }
return false } -func isEmptyTextNode(n *html.Node) bool { - return n.Type == html.TextNode && strings.TrimSpace(n.Data) == "" -} - func collapseWhitespace(in string) string { if in == "" { return ""