mirror of
https://github.com/cwinfo/matterbridge.git
synced 2025-07-04 19:27:45 +00:00
Update dependencies (#975)
This commit is contained in:
2
vendor/github.com/gomarkdown/markdown/html/renderer.go
generated
vendored
2
vendor/github.com/gomarkdown/markdown/html/renderer.go
generated
vendored
@ -1298,7 +1298,7 @@ func BlockAttrs(node ast.Node) []string {
|
||||
|
||||
// sort the attributes so it remain stable between runs
|
||||
var keys = []string{}
|
||||
for k, _ := range attr.Attrs {
|
||||
for k := range attr.Attrs {
|
||||
keys = append(keys, k)
|
||||
}
|
||||
sort.Strings(keys)
|
||||
|
Reference in New Issue
Block a user