Commit ac63bbb
committed
Fix inconsistent whitespace in apt-cache results
For some reason searching for some packages with apt-cache madison has
a result with leading whitespaces while others do not have the leading
whitespaces. Opting here to just remove all leading/trailing whitespaces
when accounting for results to make it consistent.
Signed-off-by: Eli Uriegas <eli.uriegas@docker.com>1 parent 1558f8d commit ac63bbb
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
357 | 357 | | |
358 | 358 | | |
359 | 359 | | |
360 | | - | |
| 360 | + | |
361 | 361 | | |
362 | 362 | | |
363 | 363 | | |
| |||
367 | 367 | | |
368 | 368 | | |
369 | 369 | | |
370 | | - | |
| 370 | + | |
371 | 371 | | |
372 | 372 | | |
373 | 373 | | |
| |||
0 commit comments