analyzer/finger: Reformat with spicy-format

This commit is contained in:
Arne Welzel 2024-09-05 17:02:05 +02:00
parent cde5662779
commit dae4b1fcd9

View file

@ -14,7 +14,9 @@ public type Request = unit {
: OptionalWhiteSpace;
switch {
-> : /\/W/ { self.whois = True; }
-> : /\/W/ {
self.whois = True;
}
-> : void;
};