Code cleanup

This commit is contained in:
Luca Deri 2025-10-17 07:22:30 +02:00
parent 1462d546b8
commit 871fd677ba
9 changed files with 24 additions and 45 deletions

View file

@ -798,7 +798,7 @@ function format_utils.formatASN(asn, short_version, shorten_string)
name = i18n("no_asn")
end
cached[asn] = name
_asn_cache[asn] = name
end
return name