Skip to content

Commit 0a21fc0

Browse files
authored
Fix missing newline at end of main.js
Signed-off-by: Sachin Pangal <[email protected]>
1 parent b3ec8ef commit 0a21fc0

File tree

1 file changed

+0
-1
lines changed
  • lib/node_modules/@stdlib/stats/base/ndarray/meanpn/lib

1 file changed

+0
-1
lines changed

lib/node_modules/@stdlib/stats/base/ndarray/meanpn/lib/main.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
1818

1919
'use strict';
2020

21-
2221
// MODULES //
2322

2423
var numelDimension = require( '@stdlib/ndarray/base/numel-dimension' );

0 commit comments

Comments
 (0)