Skip to content

Commit b4a1fbe

Browse files
authored
chore: remove extra empty lines
Signed-off-by: Philipp Burckhardt <[email protected]>
1 parent 76ee017 commit b4a1fbe

File tree

1 file changed

+0
-2
lines changed
  • lib/node_modules/@stdlib/stats/base/dists/uniform/stdev/src

1 file changed

+0
-2
lines changed

lib/node_modules/@stdlib/stats/base/dists/uniform/stdev/src/main.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,6 @@ static const double SQRT_ONE_TWELFTH = 0.28867513459481287; // stdlib_base_sqrt(
3232
* double v = stdev( 4.0, 12.0 );
3333
* // returns ~2.309
3434
*/
35-
36-
3735
double stdlib_base_dists_uniform_stdev( const double a, const double b ) {
3836
if (
3937
stdlib_base_is_nan( a ) ||

0 commit comments

Comments
 (0)