mirror of
https://github.com/zeek/zeek.git
synced 2025-10-15 04:58:21 +00:00
analyzer/finger: Reformat with spicy-format
This commit is contained in:
parent
cde5662779
commit
dae4b1fcd9
1 changed files with 10 additions and 8 deletions
|
@ -14,7 +14,9 @@ public type Request = unit {
|
||||||
: OptionalWhiteSpace;
|
: OptionalWhiteSpace;
|
||||||
|
|
||||||
switch {
|
switch {
|
||||||
-> : /\/W/ { self.whois = True; }
|
-> : /\/W/ {
|
||||||
|
self.whois = True;
|
||||||
|
}
|
||||||
-> : void;
|
-> : void;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue