From 1be8964c126fdb08c7b7d7c7c4409feaab79e43d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Violeta=20Hern=C3=A1ndez?= Date: Thu, 8 Jul 2021 11:15:08 -0500 Subject: [PATCH] Fixed indent --- src/base/matrix_slice.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/base/matrix_slice.rs b/src/base/matrix_slice.rs index acca9a93..96ebe59c 100644 --- a/src/base/matrix_slice.rs +++ b/src/base/matrix_slice.rs @@ -166,7 +166,7 @@ macro_rules! storage_impl( } #[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 // is Dynamic. if (RStride::is::() && C::is::()) || // Column vector.