Skip to content

Commit 085eb24

Browse files
chore: fix JavaScript lint errors
PR-URL: stdlib-js#9900 Closes: stdlib-js#9897 Co-authored-by: Athan Reines <kgryte@gmail.com> Reviewed-by: Athan Reines <kgryte@gmail.com>
1 parent 3f76170 commit 085eb24

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/node_modules/@stdlib/blas/base/sgemv/test/test.ndarray.native.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
* limitations under the License.
1717
*/
1818

19-
/* eslint-disable max-len */
19+
/* eslint-disable max-len, stdlib/no-empty-lines-between-requires */
2020

2121
'use strict';
2222

0 commit comments

Comments
 (0)