run `cargo fmt`

This commit is contained in:
sterlingjensen 2022-03-23 22:08:20 -05:00 committed by Saurabh
parent ba7efb52b0
commit 93e353234f
1 changed files with 1 additions and 1 deletions

View File

@ -1119,7 +1119,7 @@ impl<T, R: Dim, C: Dim, S: RawStorage<T, R, C>> Matrix<T, R, C, S> {
}
/// Iterate through the columns of this matrix.
///
///
/// # Example
/// ```
/// # use nalgebra::Matrix2x3;