Commit 43b97c8
committed
fix QF1006: could lift into loop condition (staticcheck)
Error: changes_linux.go:136:3: QF1006: could lift into loop condition (staticcheck)
if ix1 >= len(names1) {
^
Signed-off-by: Sebastiaan van Stijn <[email protected]>1 parent 926f21e commit 43b97c8
1 file changed
+1
-8
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
132 | 132 | | |
133 | 133 | | |
134 | 134 | | |
135 | | - | |
136 | | - | |
137 | | - | |
138 | | - | |
139 | | - | |
140 | | - | |
141 | | - | |
142 | | - | |
| 135 | + | |
143 | 136 | | |
144 | 137 | | |
145 | 138 | | |
| |||
0 commit comments