Skip to content

Commit 05afdf3

Browse files
authored
style: add empty line
Signed-off-by: Philipp Burckhardt <[email protected]>
1 parent 6627e0e commit 05afdf3

File tree

1 file changed

+1
-0
lines changed
  • lib/node_modules/@stdlib/stats/base/dists/planck/mode

1 file changed

+1
-0
lines changed

lib/node_modules/@stdlib/stats/base/dists/planck/mode/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -188,6 +188,7 @@ static double random_uniform( const double min, const double max ) {
188188
double v = (double)rand() / ( (double)RAND_MAX + 1.0 );
189189
return min + ( v * (max - min) );
190190
}
191+
191192
int main( void ) {
192193
double lambda;
193194
double y;

0 commit comments

Comments
 (0)