Commit 83c36a4
Remove redundant default member initializer from DelayNode
Fixes clang-tidy warning cppcoreguidelines-use-default-member-init.
Now matches the pattern used by TimeoutNode: no default in header,
explicit initialization in both constructors.
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>1 parent 66a60fa commit 83c36a4
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
67 | 67 | | |
68 | 68 | | |
69 | 69 | | |
70 | | - | |
| 70 | + | |
71 | 71 | | |
72 | 72 | | |
73 | 73 | | |
| |||
0 commit comments