Skip to content

Commit c186d14

Browse files
authored
chore: remove trailing space
1 parent 9edc88a commit c186d14

File tree

1 file changed

+1
-1
lines changed
  • lib/node_modules/@stdlib/stats/base/dists/frechet/variance

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/stats/base/dists/frechet/variance/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ int main( void ) {
237237
double s;
238238
double m;
239239
double y;
240-
int i;
240+
int i;
241241
242242
for ( i = 0; i < 10; i++ ) {
243243
alpha = random_uniform( 0.0, 20.0 ) + STDLIB_CONSTANT_FLOAT64_EPS;

0 commit comments

Comments
 (0)