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))
var keys []string
keys := make([]string, 0, len(attrcount))
var maxlength int
for key := range attrcount {
keys = append(keys, key)