Skip to content

Commit 4bb46e9

Browse files
chore: fix JavaScript lint errors
PR-URL: #9530 Closes: #9527 Co-authored-by: Athan Reines <kgryte@gmail.com> Reviewed-by: Athan Reines <kgryte@gmail.com>
1 parent c824fea commit 4bb46e9

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

  • lib/node_modules/@stdlib

lib/node_modules/@stdlib/lapack/base/dlaswp/test/test.dlaswp.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

lib/node_modules/@stdlib/utils/nonenumerable-property-names/lib/main.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222

2323
var getOwnPropertyNames = require( '@stdlib/utils/property-names' );
2424
var isNonEnumerableProperty = require( '@stdlib/assert/is-nonenumerable-property' );
25+
var Object = require( '@stdlib/object/ctor' );
2526

2627

2728
// MAIN //

0 commit comments

Comments
 (0)