run cargo fmt

This commit is contained in:
sterlingjensen 2022-03-23 22:08:20 -05:00
parent 724117e5ad
commit 44b700ecdf

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.
///
///
/// # Example
/// ```
/// # use nalgebra::Matrix2x3;