Commit 99d5145
refactor(agent): Drop redundant bool() wrapper around equality check
_is_linuxkit() wrapped a `==` comparison in bool(...), which is a
no-op since == already returns bool.
Refs #11220
Refs #11223
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent 9cc2b7e commit 99d5145
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
98 | 98 | | |
99 | 99 | | |
100 | 100 | | |
101 | | - | |
| 101 | + | |
102 | 102 | | |
103 | 103 | | |
104 | 104 | | |
| |||
0 commit comments