Skip to content

Commit bc9f755

Browse files
committed
fix: lint error
1 parent 1f951f5 commit bc9f755

File tree

1 file changed

+1
-1
lines changed
  • lib/node_modules/@stdlib/ndarray/base/nullary-strided1d-dispatch-factory/lib

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/ndarray/base/nullary-strided1d-dispatch-factory/lib/main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ var NullaryStrided1dDispatch = require( '@stdlib/ndarray/base/nullary-strided1d-
7979
function factory( table, idtypes, odtypes, options ) {
8080
var f;
8181
if ( arguments.length > 3 ) {
82-
f = new NullaryStrided1dDispatch( table, idtypes, odtypes, options ); // eslint-disable-line max-len
82+
f = new NullaryStrided1dDispatch( table, idtypes, odtypes, options );
8383
} else {
8484
f = new NullaryStrided1dDispatch( table, idtypes, odtypes );
8585
}

0 commit comments

Comments
 (0)