run `cargo fmt`

This commit is contained in:
sterlingjensen 2022-03-23 22:08:20 -05:00
parent 724117e5ad
commit 44b700ecdf
1 changed files with 1 additions and 1 deletions

View File

@ -1122,7 +1122,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;