_ unused
Vladimir Bauer
6 years ago
| 336 | 336 |
id: s.idCount,
|
| 337 | 337 |
width: s.width,
|
| 338 | 338 |
debugOut: s.debugOut,
|
| 339 | |
extender: func(r io.Reader, tw int, st *decor.Statistics) (io.Reader, int) {
|
|
339 |
extender: func(r io.Reader, _ int, _ *decor.Statistics) (io.Reader, int) {
|
| 340 | 340 |
return r, 0
|
| 341 | 341 |
},
|
| 342 | 342 |
}
|