Commit b4cfed0
Use wildcard case for body to preserve original fallthrough behavior
The original else branch handled any type, not just bytes(). Using
case _ preserves that catch-all semantics.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent 371555a commit b4cfed0
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
184 | 184 | | |
185 | 185 | | |
186 | 186 | | |
187 | | - | |
188 | | - | |
| 187 | + | |
| 188 | + | |
189 | 189 | | |
190 | 190 | | |
191 | 191 | | |
| |||
0 commit comments