address code reviews (formatting and type and intrusiveptr)

This commit is contained in:
FlyingWithJerome 2021-10-12 20:36:35 -04:00
parent ac1ea204fe
commit c957e3e91e
7 changed files with 32 additions and 47 deletions

View file

@ -182,5 +182,5 @@ export {
[4] = "ipv4hint",
[5] = "ech",
[6] = "ipv6hint",
} &default = function(n: count): string { return fmt("key%d", n); };
} &default = function(n: count): string { return fmt("key-%d", n); };
}