Skip to content

Commit 69a0923

Browse files
authored
docs: apply suggestions from code review
Signed-off-by: Muhammad Haris <[email protected]>
1 parent de15f8b commit 69a0923

File tree

1 file changed

+1
-2
lines changed
  • lib/node_modules/@stdlib/blas/ext/sorthp/lib

1 file changed

+1
-2
lines changed

lib/node_modules/@stdlib/blas/ext/sorthp/lib/base.js

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

19-
/* eslint-disable array-element-newline */
2019

2120
'use strict';
2221

@@ -105,7 +104,7 @@ var options = {
105104
* var arr = ndarray2array( out );
106105
* // returns [ [ [ -5.0, -3.0 ] ], [ [ 1.0, 2.0 ] ], [ [ 4.0, 6.0 ] ] ]
107106
*/
108-
var sorthp = factory( table, [ idtypes0, idtypes1 ], odtypes, options ); // eslint-disable-line max-len
107+
var sorthp = factory( table, [ idtypes0, idtypes1 ], odtypes, options );
109108

110109

111110
// EXPORTS //

0 commit comments

Comments
 (0)