mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-21 21:35:28 +02:00
all: Run gofumpt -l -w .
This commit is contained in:
@@ -466,7 +466,6 @@ func parseStartTag(s string) string {
|
||||
}
|
||||
|
||||
return s
|
||||
|
||||
}
|
||||
|
||||
// isClosedByTag reports whether b ends with a closing tag for tagName.
|
||||
@@ -523,7 +522,6 @@ LOOP:
|
||||
}
|
||||
|
||||
return bytes.EqualFold(tagName, b[lo:hi])
|
||||
|
||||
}
|
||||
|
||||
func isSpace(b byte) bool {
|
||||
|
Reference in New Issue
Block a user