Skip to content

Commit 8fa21ac

Browse files
authored
Apply suggestions from code review
Signed-off-by: Athan <[email protected]>
1 parent 162322e commit 8fa21ac

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/node_modules/@stdlib/blas/ext/base/sapx/lib/ndarray.native.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@ var addon = require( './sapx.native.js' );
4848
*/
4949
function sapx( N, alpha, x, stride, offset ) {
5050
var view;
51-
5251
offset = minViewBufferIndex( N, stride, offset );
5352
view = offsetView( x, offset );
5453
addon( N, alpha, view, stride );

0 commit comments

Comments
 (0)