Skip to content

Commit d89688f

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

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/sgbmv.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)