Skip to content

Commit bab1654

Browse files
fix: CI error
1 parent 0c1545e commit bab1654

File tree

1 file changed

+1
-1
lines changed
  • lib/node_modules/@stdlib/stats/base/dists/gamma/mgf/examples/c

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/stats/base/dists/gamma/mgf/examples/c/example.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ static double random_uniform( const double min, const double max ) {
2828
int main( void ) {
2929
double alpha;
3030
double beta;
31-
double t;
31+
double t;
3232
double y;
3333
int i;
3434

0 commit comments

Comments
 (0)