Skip to content

Commit 2a8dfaf

Browse files
authored
style: resolve lint failure
Signed-off-by: Athan <kgryte@gmail.com>
1 parent 185a990 commit 2a8dfaf

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

lib/node_modules/@stdlib/lapack/base/dlaswp/test/test.dlaswp.js

Lines changed: 1 addition & 4 deletions
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

@@ -36,7 +36,6 @@ var dlaswp = require( './../lib/dlaswp.js' );
3636

3737
// FIXTURES //
3838

39-
/* eslint-lint-disable stdlib/no-empty-lines-between-requires */
4039
var COL_MAJOR = require( './fixtures/column_major_no_offsets.json' );
4140
var COL_MAJOR_IPIV_STRIDE_POS = require( './fixtures/column_major_ipiv_stride_positive.json' );
4241
var COL_MAJOR_IPIV_STRIDE_NEG = require( './fixtures/column_major_ipiv_stride_negative.json' );
@@ -51,8 +50,6 @@ var ROW_MAJOR_LDA = require( './fixtures/row_major_lda.json' );
5150
var ROW_MAJOR_REV_PIVOTS = require( './fixtures/row_major_reverse_pivots.json' );
5251
var ROW_MAJOR_K1 = require( './fixtures/row_major_k1.json' );
5352

54-
/* eslint-lint-enable stdlib/no-empty-lines-between-requires */
55-
5653

5754
// TESTS //
5855

0 commit comments

Comments
 (0)