File tree Expand file tree Collapse file tree
lib/node_modules/@stdlib/lapack/base/dlaswp/test Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 */
4039var COL_MAJOR = require ( './fixtures/column_major_no_offsets.json' ) ;
4140var COL_MAJOR_IPIV_STRIDE_POS = require ( './fixtures/column_major_ipiv_stride_positive.json' ) ;
4241var 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' );
5150var ROW_MAJOR_REV_PIVOTS = require ( './fixtures/row_major_reverse_pivots.json' ) ;
5251var 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
You can’t perform that action at this time.
0 commit comments