Commit 1ab7f52
Remove redundant containsNull check before removeNull
TypeCombinator::removeNull() already handles the case where the type
does not contain null, making the containsNull guard unnecessary.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent ddb4fe8 commit 1ab7f52
1 file changed
+1
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
77 | 77 | | |
78 | 78 | | |
79 | 79 | | |
80 | | - | |
81 | | - | |
82 | | - | |
83 | | - | |
84 | | - | |
| 80 | + | |
85 | 81 | | |
86 | 82 | | |
87 | 83 | | |
| |||
0 commit comments