run cargo fmt

This commit is contained in:
sterlingjensen 2022-03-23 22:08:20 -05:00 committed by Saurabh
parent ba7efb52b0
commit 93e353234f

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. /// Iterate through the columns of this matrix.
/// ///
/// # Example /// # Example
/// ``` /// ```
/// # use nalgebra::Matrix2x3; /// # use nalgebra::Matrix2x3;