Skip to content

Commit ea2a13c

Browse files
authored
style: fix comment alignment
Signed-off-by: Athan <kgryte@gmail.com>
1 parent 970da6f commit ea2a13c

File tree

1 file changed

+2
-2
lines changed
  • lib/node_modules/@stdlib/stats/base/ndarray/dcumaxabs/test

1 file changed

+2
-2
lines changed

lib/node_modules/@stdlib/stats/base/ndarray/dcumaxabs/test/test.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -212,8 +212,8 @@ tape( 'the function supports one-dimensional ndarrays having negative strides',
212212
v = dcumaxabs( [ x, y ] );
213213

214214
expected = new Float64Array([
215-
5.0, // 2
216-
5.0, // 1
215+
5.0, // 2
216+
5.0, // 1
217217
5.0, // 0
218218
0.0,
219219
0.0

0 commit comments

Comments
 (0)