Fix Histogram Summaries Parsing to Remove Empty Lines
Empty lines were included in the parsed histogram summaries, we go from this:
'101':
? ''
: ''
'#': '50000'
ID: '101'
to this:
'101':
'#': '50000'
ID: '101'
Empty lines were included in the parsed histogram summaries, we go from this:
'101':
? ''
: ''
'#': '50000'
ID: '101'
to this:
'101':
'#': '50000'
ID: '101'