Commit cc0da8e
committed
Remove intermediate variable for Rollup
By removing the intermediate variable, we can use one less type
annotation and let the type be inferred instead. This is great, because
the type annotation comes from a dependency we eventually want to get
rid of.1 parent 4b037ea commit cc0da8e
1 file changed
Lines changed: 1 addition & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
98 | 98 | | |
99 | 99 | | |
100 | 100 | | |
101 | | - | |
102 | | - | |
103 | | - | |
| 101 | + | |
104 | 102 | | |
105 | 103 | | |
106 | 104 | | |
| |||
0 commit comments