Skip to content

Commit d479e60

Browse files
spacing fix
1 parent 68d8746 commit d479e60

File tree

3 files changed

+3
-8
lines changed

3 files changed

+3
-8
lines changed

lib/node_modules/@stdlib/stats/base/dists/kumaraswamy/median/benchmark/c/benchmark.c

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
/**
32
* @license Apache-2.0
43
*
@@ -94,8 +93,7 @@ static double random_uniform( const double min, const double max ) {
9493
* @return elapsed time in seconds
9594
*/
9695
static double benchmark( void ) {
97-
98-
double a[ 100 ];
96+
double a[ 100 ];
9997
double b[ 100 ];
10098
double elapsed;
10199
double y;

lib/node_modules/@stdlib/stats/base/dists/kumaraswamy/median/lib/native.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
/**
32
* @license Apache-2.0
43
*

lib/node_modules/@stdlib/stats/base/dists/kumaraswamy/median/manifest.json

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,7 @@
4141
"@stdlib/math/base/napi/binary",
4242
"@stdlib/math/base/assert/is-nan",
4343
"@stdlib/math/base/special/pow"
44-
45-
]
44+
]
4645
},
4746
{
4847
"task": "benchmark",
@@ -75,8 +74,7 @@
7574
"dependencies": [
7675
"@stdlib/math/base/assert/is-nan",
7776
"@stdlib/math/base/special/pow"
78-
79-
]
77+
]
8078
}
8179
]
8280
}

0 commit comments

Comments
 (0)