Commit 398287e
refactor(timeline): name the within-slot interval and drop redundant wrap (#1133)
The within-slot interval position was wrapped in an Interval only to be
unwrapped one line later in the match via int(...).
Compute the plain int once and match on it directly.
Rename it from a vague absolute-interval name to one that says it is the
position within the slot.
Behavior is identical; just check passes.
Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>1 parent 8cf92a4 commit 398287e
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
| 24 | + | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
| 27 | + | |
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| |||
0 commit comments