Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
fmt
  • Loading branch information
vbhattaccmu committed Jul 30, 2025
commit c2be3e0544898d9a24a2c78d9069d29b9599dbdc
4 changes: 2 additions & 2 deletions kate/recovery/src/data.rs
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,7 @@ pub fn rows(dimensions: Dimensions, cells: &[&Cell]) -> Vec<(RowIndex, Vec<u8>)>
rows.into_iter().collect()
}

/// Converts a `SingleCell` into a `DataCell`.`position` here refers
/// Converts a `SingleCell` into a `DataCell`.`position` here refers
/// to the index of a cell in the main grid.
impl From<SingleCell> for DataCell {
fn from(cell: SingleCell) -> Self {
Expand All @@ -311,7 +311,7 @@ impl From<SingleCell> for DataCell {
}
}

/// Converts a `MultiProofCell` into a `DataCell`.`position` here refers
/// Converts a `MultiProofCell` into a `DataCell`.`position` here refers
/// to the index of a multiproof cell on the target multiproof grid.
impl From<MultiProofCell> for DataCell {
fn from(cell: MultiProofCell) -> Self {
Expand Down
Loading