Commit 7e60915
committed
fix: use switch statement for routing mode in doctor command
Resolves staticcheck QF1003 lint error by converting if/else chain
to a tagged switch on routingMode.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent 08198db commit 7e60915
1 file changed
Lines changed: 4 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
427 | 427 | | |
428 | 428 | | |
429 | 429 | | |
430 | | - | |
| 430 | + | |
| 431 | + | |
431 | 432 | | |
432 | | - | |
| 433 | + | |
433 | 434 | | |
434 | | - | |
| 435 | + | |
435 | 436 | | |
436 | 437 | | |
437 | 438 | | |
| |||
0 commit comments