Skip to content

Commit 6e769f4

Browse files
Sachin PangalSachin Pangal
authored andcommitted
fix: lint-errors
1 parent 281a5bc commit 6e769f4

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

lib/node_modules/@stdlib/stats/base/ndarray/meanpn/lib/index.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-
2019
'use strict';
2120

2221
/**
@@ -42,4 +41,4 @@ var main = require( './main.js' );
4241

4342
// EXPORTS //
4443

45-
module.exports = main;
44+
module.exports = main;

lib/node_modules/@stdlib/stats/base/ndarray/meanpn/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,4 +63,4 @@
6363
"ndarray"
6464
],
6565
"__stdlib__": {}
66-
}
66+
}

0 commit comments

Comments
 (0)