Commit 4f16c45
committed
fix: remove redundant nil check in checkOpenCodeMCP
Staticcheck S1009: len() for nil maps is defined as zero, so the nil check is unnecessary.1 parent 9d3ab0d commit 4f16c45
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
408 | 408 | | |
409 | 409 | | |
410 | 410 | | |
411 | | - | |
| 411 | + | |
412 | 412 | | |
413 | 413 | | |
414 | 414 | | |
| |||
0 commit comments