Fixed indent

This commit is contained in:
Violeta Hernández 2021-07-08 11:15:08 -05:00
parent 04e937792b
commit 1be8964c12
1 changed files with 1 additions and 1 deletions

View File

@ -166,7 +166,7 @@ macro_rules! storage_impl(
} }
#[inline] #[inline]
fn is_contiguous(&self) -> bool { fn is_contiguous(&self) -> bool {
// Common cases that can be deduced at compile-time even if one of the dimensions // Common cases that can be deduced at compile-time even if one of the dimensions
// is Dynamic. // is Dynamic.
if (RStride::is::<U1>() && C::is::<U1>()) || // Column vector. if (RStride::is::<U1>() && C::is::<U1>()) || // Column vector.