mirror of
https://github.com/superseriousbusiness/gotosocial
synced 2025-06-05 21:59:39 +02:00
[chore]: Bump github.com/tdewolff/minify/v2 from 2.20.33 to 2.20.34 (#3017)
This commit is contained in:
4
vendor/github.com/tdewolff/parse/v2/util.go
generated
vendored
4
vendor/github.com/tdewolff/parse/v2/util.go
generated
vendored
@ -196,6 +196,10 @@ func NewIndenter(w io.Writer, n int) Indenter {
|
||||
}
|
||||
}
|
||||
|
||||
func (in Indenter) Indent() int {
|
||||
return len(in.b)
|
||||
}
|
||||
|
||||
func (in Indenter) Write(b []byte) (int, error) {
|
||||
n, j := 0, 0
|
||||
for i, c := range b {
|
||||
|
Reference in New Issue
Block a user