Skip to content

Commit 8034e8d

Browse files
fix: lint errors
1 parent 40c9582 commit 8034e8d

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/stats/base/dists/erlang/mgf/benchmark/c/benchmark.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ static double benchmark( void ) {
9898
double lambda[ 100 ];
9999
double k[ 100 ];
100100
double t[ 100 ];
101-
double x;
101+
double x;
102102
double y;
103103
int i;
104104

0 commit comments

Comments
 (0)