diff --git a/lib/node_modules/@stdlib/_tools/eslint/rules/eol-open-bracket-spacing/examples/index.js b/lib/node_modules/@stdlib/_tools/eslint/rules/eol-open-bracket-spacing/examples/index.js index 9645f73f936d..329b076a1695 100644 --- a/lib/node_modules/@stdlib/_tools/eslint/rules/eol-open-bracket-spacing/examples/index.js +++ b/lib/node_modules/@stdlib/_tools/eslint/rules/eol-open-bracket-spacing/examples/index.js @@ -45,22 +45,22 @@ var result = linter.verify( code, { }); console.log( result ); /* => - [ - { - 'ruleId': 'eol-open-bracket-spacing', - 'severity': 2, - 'message': 'No spaces allowed between an opening parenthesis or bracket and a nested object or array expression at the end of a line', - 'line': 3, - 'column': 3, - 'nodeType': 'CallExpression' - }, - { - 'ruleId': 'eol-open-bracket-spacing', - 'severity': 2, - 'message': 'No spaces allowed between an opening parenthesis or bracket and a nested object or array expression at the end of a line', - 'line': 6, - 'column': 13, - 'nodeType': 'ArrayExpression' - } - ] + [ + { + 'ruleId': 'eol-open-bracket-spacing', + 'severity': 2, + 'message': 'No spaces allowed between an opening parenthesis or bracket and a nested object or array expression at the end of a line', + 'line': 3, + 'column': 3, + 'nodeType': 'CallExpression' + }, + { + 'ruleId': 'eol-open-bracket-spacing', + 'severity': 2, + 'message': 'No spaces allowed between an opening parenthesis or bracket and a nested object or array expression at the end of a line', + 'line': 6, + 'column': 13, + 'nodeType': 'ArrayExpression' + } + ] */ diff --git a/lib/node_modules/@stdlib/blas/base/sdot/src/sdot_ndarray.c b/lib/node_modules/@stdlib/blas/base/sdot/src/sdot_ndarray.c index 5829d7259940..5fc4f9038583 100644 --- a/lib/node_modules/@stdlib/blas/base/sdot/src/sdot_ndarray.c +++ b/lib/node_modules/@stdlib/blas/base/sdot/src/sdot_ndarray.c @@ -51,7 +51,7 @@ float API_SUFFIX(c_sdot_ndarray)( const CBLAS_INT N, const float *X, const CBLAS } ix = offsetX; iy = offsetY; - + // If both strides are equal to `1`, use unrolled loops... if ( strideX == 1 && strideY == 1 ) { m = N % M; diff --git a/lib/node_modules/@stdlib/blas/base/sgemm/test/fixtures/ca_cb_cc_nta_ntb.json b/lib/node_modules/@stdlib/blas/base/sgemm/test/fixtures/ca_cb_cc_nta_ntb.json index b7ef54eb5060..51bd6a5c3168 100644 --- a/lib/node_modules/@stdlib/blas/base/sgemm/test/fixtures/ca_cb_cc_nta_ntb.json +++ b/lib/node_modules/@stdlib/blas/base/sgemm/test/fixtures/ca_cb_cc_nta_ntb.json @@ -17,6 +17,6 @@ "C": [ 1.0, 5.0, 2.0, 6.0, 3.0, 7.0, 4.0, 8.0 ], "strideC1": 1, "strideC2": 2, - "offsetC": 0, + "offsetC": 0, "C_out": [ 7.0, 20.0, 8.0, 21.0, 9.0, 22.0, 10.0, 23.0 ] } diff --git a/lib/node_modules/@stdlib/streams/node/from-iterator/lib/defaults.json b/lib/node_modules/@stdlib/streams/node/from-iterator/lib/defaults.json index 870b0e1128b3..e5de1a507334 100644 --- a/lib/node_modules/@stdlib/streams/node/from-iterator/lib/defaults.json +++ b/lib/node_modules/@stdlib/streams/node/from-iterator/lib/defaults.json @@ -1,5 +1,5 @@ { - "objectMode": false, - "encoding": null, - "sep": "\n" + "objectMode": false, + "encoding": null, + "sep": "\n" }