mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
address code reviews (formatting and type and intrusiveptr)
This commit is contained in:
parent
ac1ea204fe
commit
c957e3e91e
7 changed files with 32 additions and 47 deletions
|
@ -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); };
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue