Skip to content

Commit 45caee9

Browse files
fix: lint errors
1 parent c035eb8 commit 45caee9

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/stats/base/dists/betaprime/mode/benchmark/c/benchmark.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ int main( void ) {
129129
double elapsed;
130130
int i;
131131

132-
// Use the current time to seed the random number generator:
132+
// Use the current time to seed the random number generator:
133133
srand( time( NULL ) );
134134

135135
print_version();

0 commit comments

Comments
 (0)