This commit is contained in:
nk_ysg 2025-07-30 19:43:26 +08:00
parent 41b3c06d43
commit 6797708168
No known key found for this signature in database
GPG key ID: CA76B171FA60C7F0

View file

@ -82,8 +82,7 @@ func showAttributeCounts(ns nodeSet) {
} }
} }
// keys := make([]string, 0, len(attrcount)) keys := make([]string, 0, len(attrcount))
var keys []string
var maxlength int var maxlength int
for key := range attrcount { for key := range attrcount {
keys = append(keys, key) keys = append(keys, key)