Commit ac52483
Deduplicate repeated branch body in conditional chain
Simplify control flow by merging two branches with identical bodies
into a single condition. This removes redundancy and improves
readability without changing behavior.1 parent 9094abe commit ac52483
1 file changed
Lines changed: 2 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
276 | 276 | | |
277 | 277 | | |
278 | 278 | | |
279 | | - | |
280 | | - | |
281 | | - | |
282 | | - | |
283 | | - | |
| 279 | + | |
| 280 | + | |
284 | 281 | | |
285 | 282 | | |
286 | 283 | | |
| |||
0 commit comments