Skip to content

Commit

Permalink
reformat with cargo
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonVandeVyver committed Sep 12, 2024
1 parent 76ca5da commit 1c44012
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bitarray/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ impl BitArray {
}
}

/// Writes the data to a writer in a binary format using a bit array. The data is written
/// Writes the data to a writer in a binary format using a bit array. The data is written
/// in chunks of the specified capacity, so memory usage is minimized.
///
/// # Arguments
Expand Down

0 comments on commit 1c44012

Please sign in to comment.