Skip to content

Commit 711b0f0

Browse files
authored
style: fix indentation
Signed-off-by: Athan <[email protected]>
1 parent 7d4bee7 commit 711b0f0

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ var hypotf = require( './../lib' );
2323

2424
var len = 100;
2525
var opts = {
26-
'dtype': 'float32'
26+
'dtype': 'float32'
2727
};
2828
var x = discreteUniform( len, -50, 50, opts );
2929
var y = discreteUniform( len, -50, 50, opts );

0 commit comments

Comments
 (0)