Skip to content

Commit d9e3dbe

Browse files
committed
fix: resolve lint issues
1 parent 1d822c2 commit d9e3dbe

File tree

2 files changed

+2
-2
lines changed
  • lib/node_modules/@stdlib/math/base/special

2 files changed

+2
-2
lines changed

lib/node_modules/@stdlib/math/base/special/round10/examples/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ var logEachMap = require( '@stdlib/console/log-each-map' );
2323
var round10 = require( './../lib' );
2424

2525
var opts = {
26-
'dtype': 'float64'
26+
'dtype': 'float64'
2727
};
2828
var x = uniform( 100, -50.0, 50.0, opts );
2929

lib/node_modules/@stdlib/math/base/special/round2/examples/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ var logEachMap = require( '@stdlib/console/log-each-map' );
2323
var round2 = require( './../lib' );
2424

2525
var opts = {
26-
'dtype': 'float64'
26+
'dtype': 'float64'
2727
};
2828
var x = uniform( 100, -50.0, 50.0, opts );
2929

0 commit comments

Comments
 (0)