Skip to content

Commit 5ae2846

Browse files
authored
resolve lint issue
Signed-off-by: Harsh <[email protected]>
1 parent 5092f01 commit 5ae2846

File tree

1 file changed

+1
-1
lines changed
  • lib/node_modules/@stdlib/math/base/special/sin/examples

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ var TWO_PI = require( '@stdlib/constants/float64/two-pi' );
2424
var sin = require( './../lib' );
2525

2626
var opts = {
27-
'dtype': 'float64'
27+
'dtype': 'float64'
2828
};
2929
var x = uniform( 100, 0.0, TWO_PI, opts );
3030

0 commit comments

Comments
 (0)