Skip to content

Commit bf14ff7

Browse files
committed
Fix formatting
1 parent 4faffca commit bf14ff7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/impl_2d.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ where
4040
}
4141

4242
/// Return the number of rows (length of `Axis(0)`) in the two-dimensional array.
43-
#[deprecated(note="Renamed to .nrows(), please use the new name")]
43+
#[deprecated(note = "Renamed to .nrows(), please use the new name")]
4444
pub fn rows(&self) -> usize {
4545
self.nrows()
4646
}
@@ -71,7 +71,7 @@ where
7171
}
7272

7373
/// Return the number of columns (length of `Axis(1)`) in the two-dimensional array.
74-
#[deprecated(note="Renamed to .ncols(), please use the new name")]
74+
#[deprecated(note = "Renamed to .ncols(), please use the new name")]
7575
pub fn cols(&self) -> usize {
7676
self.ncols()
7777
}

0 commit comments

Comments
 (0)