Commit 08c194f
refactor: make NativeCall.requireNative return void (#15)
Every caller uses it as a guard statement and discards the returned
segment, so the fluent return was dead. Drop it.
Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>1 parent 720243e commit 08c194f
1 file changed
Lines changed: 1 addition & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
62 | | - | |
| 62 | + | |
63 | 63 | | |
64 | 64 | | |
65 | 65 | | |
66 | 66 | | |
67 | | - | |
68 | 67 | | |
69 | 68 | | |
70 | 69 | | |
| |||
0 commit comments