fn write_first_rows(
    f: &mut Formatter<'_>,
    first_rows: &Vec<(&Row, &Diff)>,
    ctx: &mut Indent
) -> Result