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

View file

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