Commit 5d21408
TASK-036 review: collapse duplicate route_entry construction (finding 8)
Use aggregate initialization {methods, handler, is_prefix=false} to
construct route_entry in insert_fresh_v2_entry, replacing two identical
3-line field-assignment blocks with a single-expression construct per
case arm. No behavior change; structure is already correct.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent a11e5ee commit 5d21408
1 file changed
Lines changed: 2 additions & 8 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
213 | 213 | | |
214 | 214 | | |
215 | 215 | | |
216 | | - | |
217 | | - | |
218 | | - | |
219 | | - | |
| 216 | + | |
220 | 217 | | |
221 | 218 | | |
222 | 219 | | |
223 | 220 | | |
224 | | - | |
225 | | - | |
226 | | - | |
227 | | - | |
| 221 | + | |
228 | 222 | | |
229 | 223 | | |
230 | 224 | | |
| |||
0 commit comments