Skip to content

Commit bb5649f

Browse files
committed
fix: resolve lint issue
1 parent 2fb0003 commit bb5649f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/node_modules/@stdlib/math/base/special/inv/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ var logEachMap = require( '@stdlib/console/log-each-map' );
8888
var inv = require( '@stdlib/math/base/special/inv' );
8989

9090
var opts = {
91-
'dtype': 'float64'
91+
'dtype': 'float64'
9292
};
9393
var x = discreteUniform( 100, -50, 50, opts );
9494

lib/node_modules/@stdlib/math/base/special/invf/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ var logEachMap = require( '@stdlib/console/log-each-map' );
8888
var invf = require( '@stdlib/math/base/special/invf' );
8989

9090
var opts = {
91-
'dtype': 'float32'
91+
'dtype': 'float32'
9292
};
9393
var x = discreteUniform( 100, -50, 50, opts );
9494

0 commit comments

Comments
 (0)