Skip to content

Commit 28e194d

Browse files
authored
fix: ndarray.js
Signed-off-by: Shabareesh Shetty <[email protected]>
1 parent 0e84acd commit 28e194d

File tree

1 file changed

+2
-0
lines changed
  • lib/node_modules/@stdlib/blas/base/sgbmv/lib

1 file changed

+2
-0
lines changed

lib/node_modules/@stdlib/blas/base/sgbmv/lib/ndarray.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@
1616
* limitations under the License.
1717
*/
1818

19+
/* eslint-disable max-params */
20+
1921
'use strict';
2022

2123
// MODULES //

0 commit comments

Comments
 (0)