mirror of
https://github.com/zeek/zeek.git
synced 2025-10-06 08:38:20 +00:00
tweaks per reviewing feedback
This commit is contained in:
parent
da72c1ea93
commit
702172079a
5 changed files with 14 additions and 14 deletions
|
@ -59,8 +59,6 @@ extern ValPtr when_invoke__CPP(Func* f, std::vector<ValPtr> args, Frame* frame,
|
|||
// Thrown when a call inside a "when" delays.
|
||||
class DelayedCallException : public InterpreterException
|
||||
{
|
||||
public:
|
||||
DelayedCallException() { }
|
||||
};
|
||||
|
||||
// Assigns the given value to the given global. A separate function because
|
||||
|
|
|
@ -7,6 +7,8 @@ If you make changes to the scripts, format them using
|
|||
|
||||
shfmt -w -i 4 -ci *.sh
|
||||
|
||||
(or set up "pre-commit" and use "pre-commit run -a")
|
||||
|
||||
The maintenance workflow:
|
||||
|
||||
1. Update this timestamp, so this file will be changed and you'll remember
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue