Skip to content

Commit 5373073

Browse files
committed
Fixes nightly fmt
1 parent 3a93c9c commit 5373073

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/impl_methods.rs

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1525,9 +1525,8 @@ impl<A, D: Dimension> ArrayRef<A, D>
15251525
///
15261526
/// Note that a calling this method with a stride of 1 is equivalent to
15271527
/// calling [`ArrayBase::axis_windows()`].
1528-
pub fn axis_windows_with_stride(
1529-
&self, axis: Axis, window_size: usize, stride_size: usize,
1530-
) -> AxisWindows<'_, A, D>
1528+
pub fn axis_windows_with_stride(&self, axis: Axis, window_size: usize, stride_size: usize)
1529+
-> AxisWindows<'_, A, D>
15311530
{
15321531
let axis_index = axis.index();
15331532

0 commit comments

Comments
 (0)