Commit 8be88aa
Anand Kumar
fix(unparam): make cleanUp return only bool, error was always nil
Resolve unparam: (*Reconciler).cleanUp result 1 (error) is always nil.
Change signature to return bool only and simplify call site.
Made-with: Cursor1 parent cd3d2b0 commit 8be88aa
1 file changed
Lines changed: 3 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
170 | 170 | | |
171 | 171 | | |
172 | 172 | | |
173 | | - | |
174 | | - | |
175 | | - | |
| 173 | + | |
176 | 174 | | |
177 | 175 | | |
178 | 176 | | |
| |||
210 | 208 | | |
211 | 209 | | |
212 | 210 | | |
213 | | - | |
| 211 | + | |
214 | 212 | | |
215 | 213 | | |
216 | 214 | | |
217 | 215 | | |
218 | | - | |
| 216 | + | |
219 | 217 | | |
0 commit comments