mirror of
https://github.com/gchq/CyberChef
synced 2025-12-19 09:43:44 +00:00
Linting changes
This commit is contained in:
@@ -117,7 +117,7 @@ class GroupIPAddresses extends Operation {
|
||||
|
||||
// Sort IPv6 network dictionaries and print
|
||||
for (networkStr in ipv6Networks) {
|
||||
//ipv6Networks[networkStr] = ipv6Networks[networkStr].sort(); TODO
|
||||
// ipv6Networks[networkStr] = ipv6Networks[networkStr].sort(); TODO
|
||||
|
||||
output += networkStr + "/" + cidr + "\n";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user