Skip to content

Commit d42a220

Browse files
committed
refactor: add newline for comment
1 parent 6ab90d8 commit d42a220

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

  • lib/node_modules/@stdlib/stats/base/ndarray/dmean/lib

lib/node_modules/@stdlib/stats/base/ndarray/dmean/lib/index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ var main = require( './main.js' );
4444

4545

4646
// MAIN //
47+
4748
var dmean;
4849
var tmp = tryRequire( join( __dirname, './native.js' ) );
4950
if ( isError( tmp ) ) {

0 commit comments

Comments
 (0)