InputLine::Blank if self.row.is_some() => {
return Ok(std::mem::take(&mut self.row).map(Rowlike::Row)).transpose()
}
- InputLine::Blank => {}
+ InputLine::Blank => return Some(Ok(Rowlike::Spacer)),
InputLine::Entry(col, instance) => match &mut self.row {
None => {
return Some(Err(std::io::Error::other(format!(
label: "foo".to_owned(),
entries: HashMap::new(),
}),
+ Rowlike::Spacer,
Rowlike::Row(Row {
label: "bar".to_owned(),
entries: HashMap::new(),